Html Css Color HEX #A2AB0D Citrus

📋 copy color: '#A2AB0D'

red 162 ◦ green 171 ◦ blue 13

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

Shades of Citrus #A2AB0D

Tints of Citrus #A2AB0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.76%

R = 46.82%
G = 49.42%
B = 3.76%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.92

 K value IS 0.33

RGB Variations

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

Color information

#A2AB0D (or 0xA2AB0D) is known color: Citrus. HEX triplet: A2, AB and 0D. RGB value is (162,171,13). Sum of RGB (Red+Green+Blue) = 162+171+13=346 (45% of max value = 765). Red value is 162 (63.67% from 255 or 46.82% from 346); Green value is 171 (67.19% from 255 or 49.42% from 346); Blue value is 13 (5.47% from 255 or 3.76% from 346); Max value from RGB is 171 - color contains mainly: green. Hex color #A2AB0D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A2AB0D is #5D54F2. Grayscale: #969696. Windows color (decimal): -6116595 or 895906. OLE color: 895906.

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

Color convert

RGB 162 171 13 -
CMYK 0.05 0 0.92 0.33
HSL 63.42º 0.86% 0.36% -
HSV(B) 63.42º 0.92% 0.67% -
XYZ 29.54 36.84 5.93 -
YUV 150.3 50.52 136.35 -
System Red Green Blue C M Y K H S L
Decimal 162 171 13 0.05 0 0.92 0.33 63.42 0.86 0.36
Hex A2 AB D 5 0 5C 21 3F 56 24
Octal 242 253 15 5 0 134 41 77 126 44
Binary 10100010 10101011 1101 101 0 1011100 100001 111111 1010110 100100

Color Harmonies of #A2AB0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2AB0D

Black with #A2AB0D

Text Example


Text Example

White with #A2AB0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2AB0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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