Html Css Color HEX #8A9A22 Citron

📋 copy color: '#8A9A22'

red 138 ◦ green 154 ◦ blue 34

#8A9A22
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Citron #8A9A22

Tints of Citron #8A9A22

RGB

 RED value IS 138 (54.3% from 255) = 42.33%

 GREEN value IS 154 (60.55% from 255) = 47.24%

 BLUE value IS 34 (13.67% from 255) = 10.43%

R = 42.33%
G = 47.24%
B = 10.43%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.78

 K value IS 0.40

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#8A9A22 (or 0x8A9A22) is known color: Citron. HEX triplet: 8A, 9A and 22. RGB value is (138,154,34). Sum of RGB (Red+Green+Blue) = 138+154+34=326 (43% of max value = 765). Red value is 138 (54.30% from 255 or 42.33% from 326); Green value is 154 (60.55% from 255 or 47.24% from 326); Blue value is 34 (13.67% from 255 or 10.43% from 326); Max value from RGB is 154 - color contains mainly: green. Hex color #8A9A22 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8A9A22 is #7565DD. Grayscale: #888888. Windows color (decimal): -7693790 or 2267786. OLE color: 2267786.

HSL color Cylindrical-coordinate representation of color #8A9A22: hue angle of 68º degrees, saturation: 0.64, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8A9A22 is Cyan = 0.10, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.40.

Color convert

RGB 138 154 34 -
CMYK 0.10 0 0.78 0.40
HSL 68º 0.64% 0.37% -
HSV(B) 68º 0.78% 0.6% -
XYZ 22.33 28.63 5.86 -
YUV 135.54 70.7 129.76 -
System Red Green Blue C M Y K H S L
Decimal 138 154 34 0.10 0 0.78 0.40 68 0.64 0.37
Hex 8A 9A 22 A 0 4E 28 44 40 25
Octal 212 232 42 12 0 116 50 104 100 45
Binary 10001010 10011010 100010 1010 0 1001110 101000 1000100 1000000 100101

Color Harmonies of #8A9A22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A9A22

Black with #8A9A22

Text Example


Text Example

White with #8A9A22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8A9A22; }

 p { color: rgb(138,154,34); }

 H1.HeaderClassName
 {
   color: #8A9A22;
 }
 .AnyTagClassName
 {
   color: #8A9A22;
 }
</style>

background-color css

<style>
 a { background-color: #8A9A22; }

 a { background-color: rgb(138,154,34); }

 div.DivClassName
 {
   background-color: #8A9A22;
 }
 .BgClassName
 {
   background-color: #8A9A22;
 }
</style>

border-color css

<style>
 span { border-color: #8A9A22; }

 span { border-color: rgb(138,154,34); }

 td.TdClassName
 {
   border-color: #8A9A22;
 }
 .TagClassName
 {
   border-color: #8A9A22;
 }
</style>