Html Css Color HEX #A2B60C Citrus

📋 copy color: '#A2B60C'

red 162 ◦ green 182 ◦ blue 12

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

Shades of Citrus #A2B60C

Tints of Citrus #A2B60C

RGB

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

 GREEN value IS 182 (71.48% from 255) = 51.12%

 BLUE value IS 12 (5.08% from 255) = 3.37%

R = 45.51%
G = 51.12%
B = 3.37%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.93

 K value IS 0.29

RGB Variations

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

Color information

#A2B60C (or 0xA2B60C) is known color: Citrus. HEX triplet: A2, B6 and 0C. RGB value is (162,182,12). Sum of RGB (Red+Green+Blue) = 162+182+12=356 (47% of max value = 765). Red value is 162 (63.67% from 255 or 45.51% from 356); Green value is 182 (71.48% from 255 or 51.12% from 356); Blue value is 12 (5.08% from 255 or 3.37% from 356); Max value from RGB is 182 - color contains mainly: green. Hex color #A2B60C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A2B60C is #5D49F3. Grayscale: #9D9D9D. Windows color (decimal): -6113780 or 833186. OLE color: 833186.

HSL color Cylindrical-coordinate representation of color #A2B60C: hue angle of 67.06º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A2B60C is Cyan = 0.11, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.29.

Color convert

RGB 162 182 12 -
CMYK 0.11 0 0.93 0.29
HSL 67.06º 0.88% 0.38% -
HSV(B) 67.06º 0.93% 0.71% -
XYZ 31.69 41.16 6.62 -
YUV 156.64 46.37 131.82 -
System Red Green Blue C M Y K H S L
Decimal 162 182 12 0.11 0 0.93 0.29 67.06 0.88 0.38
Hex A2 B6 C B 0 5D 1D 43 58 26
Octal 242 266 14 13 0 135 35 103 130 46
Binary 10100010 10110110 1100 1011 0 1011101 11101 1000011 1011000 100110

Color Harmonies of #A2B60C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2B60C

Black with #A2B60C

Text Example


Text Example

White with #A2B60C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2B60C; }

 p { color: rgb(162,182,12); }

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

background-color css

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

 a { background-color: rgb(162,182,12); }

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

border-color css

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

 span { border-color: rgb(162,182,12); }

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