Html Css Color HEX #A2AB08 Citrus

📋 copy color: '#A2AB08'

red 162 ◦ green 171 ◦ blue 8

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

Shades of Citrus #A2AB08

Tints of Citrus #A2AB08

RGB

 RED value IS 162 (63.67% from 255) = 47.51%

 GREEN value IS 171 (67.19% from 255) = 50.15%

 BLUE value IS 8 (3.52% from 255) = 2.35%

R = 47.51%
G = 50.15%
B = 2.35%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.95

 K value IS 0.33

RGB Variations

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

Color information

#A2AB08 (or 0xA2AB08) is known color: Citrus. HEX triplet: A2, AB and 08. RGB value is (162,171,8). Sum of RGB (Red+Green+Blue) = 162+171+8=341 (45% of max value = 765). Red value is 162 (63.67% from 255 or 47.51% from 341); Green value is 171 (67.19% from 255 or 50.15% from 341); Blue value is 8 (3.52% from 255 or 2.35% from 341); Max value from RGB is 171 - color contains mainly: green. Hex color #A2AB08 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A2AB08 is #5D54F7. Grayscale: #969696. Windows color (decimal): -6116600 or 568226. OLE color: 568226.

HSL color Cylindrical-coordinate representation of color #A2AB08: hue angle of 63.31º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A2AB08 is Cyan = 0.05, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.33.

Color convert

RGB 162 171 8 -
CMYK 0.05 0 0.95 0.33
HSL 63.31º 0.91% 0.35% -
HSV(B) 63.31º 0.95% 0.67% -
XYZ 29.51 36.82 5.78 -
YUV 149.73 48.02 136.75 -
System Red Green Blue C M Y K H S L
Decimal 162 171 8 0.05 0 0.95 0.33 63.31 0.91 0.35
Hex A2 AB 8 5 0 5F 21 3F 5B 23
Octal 242 253 10 5 0 137 41 77 133 43
Binary 10100010 10101011 1000 101 0 1011111 100001 111111 1011011 100011

Color Harmonies of #A2AB08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2AB08

Black with #A2AB08

Text Example


Text Example

White with #A2AB08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2AB08; }

 p { color: rgb(162,171,8); }

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

background-color css

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

 a { background-color: rgb(162,171,8); }

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

border-color css

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

 span { border-color: rgb(162,171,8); }

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