Html Css Color HEX #A2AB06 Citrus

📋 copy color: '#A2AB06'

red 162 ◦ green 171 ◦ blue 6

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

Shades of Citrus #A2AB06

Tints of Citrus #A2AB06

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.77%

R = 47.79%
G = 50.44%
B = 1.77%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.96

 K value IS 0.33

RGB Variations

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

Color information

#A2AB06 (or 0xA2AB06) is known color: Citrus. HEX triplet: A2, AB and 06. RGB value is (162,171,6). Sum of RGB (Red+Green+Blue) = 162+171+6=339 (44% of max value = 765). Red value is 162 (63.67% from 255 or 47.79% from 339); Green value is 171 (67.19% from 255 or 50.44% from 339); Blue value is 6 (2.73% from 255 or 1.77% from 339); Max value from RGB is 171 - color contains mainly: green. Hex color #A2AB06 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A2AB06 is #5D54F9. Grayscale: #969696. Windows color (decimal): -6116602 or 437154. OLE color: 437154.

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

Color convert

RGB 162 171 6 -
CMYK 0.05 0 0.96 0.33
HSL 63.27º 0.93% 0.35% -
HSV(B) 63.27º 0.96% 0.67% -
XYZ 29.5 36.82 5.72 -
YUV 149.5 47.02 136.92 -
System Red Green Blue C M Y K H S L
Decimal 162 171 6 0.05 0 0.96 0.33 63.27 0.93 0.35
Hex A2 AB 6 5 0 60 21 3F 5D 23
Octal 242 253 6 5 0 140 41 77 135 43
Binary 10100010 10101011 110 101 0 1100000 100001 111111 1011101 100011

Color Harmonies of #A2AB06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2AB06

Black with #A2AB06

Text Example


Text Example

White with #A2AB06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2AB06; }

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

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

background-color css

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

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

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

border-color css

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

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

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