Html Css Color HEX #A2B608 Citrus

📋 copy color: '#A2B608'

red 162 ◦ green 182 ◦ blue 8

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

Shades of Citrus #A2B608

Tints of Citrus #A2B608

RGB

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

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

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

R = 46.02%
G = 51.7%
B = 2.27%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.96

 K value IS 0.29

RGB Variations

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

Color information

#A2B608 (or 0xA2B608) is known color: Citrus. HEX triplet: A2, B6 and 08. RGB value is (162,182,8). Sum of RGB (Red+Green+Blue) = 162+182+8=352 (46% of max value = 765). Red value is 162 (63.67% from 255 or 46.02% from 352); Green value is 182 (71.48% from 255 or 51.70% from 352); Blue value is 8 (3.52% from 255 or 2.27% from 352); Max value from RGB is 182 - color contains mainly: green. Hex color #A2B608 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A2B608 is #5D49F7. Grayscale: #9C9C9C. Windows color (decimal): -6113784 or 571042. OLE color: 571042.

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

Color convert

RGB 162 182 8 -
CMYK 0.11 0 0.96 0.29
HSL 66.9º 0.92% 0.37% -
HSV(B) 66.9º 0.96% 0.71% -
XYZ 31.67 41.15 6.5 -
YUV 156.18 44.37 132.15 -
System Red Green Blue C M Y K H S L
Decimal 162 182 8 0.11 0 0.96 0.29 66.9 0.92 0.37
Hex A2 B6 8 B 0 60 1D 43 5C 25
Octal 242 266 10 13 0 140 35 103 134 45
Binary 10100010 10110110 1000 1011 0 1100000 11101 1000011 1011100 100101

Color Harmonies of #A2B608

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2B608

Black with #A2B608

Text Example


Text Example

White with #A2B608

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2B608; }

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

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

background-color css

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

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

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

border-color css

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

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

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