Html Css Color HEX #A2B906 Citrus

📋 copy color: '#A2B906'

red 162 ◦ green 185 ◦ blue 6

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

Shades of Citrus #A2B906

Tints of Citrus #A2B906

RGB

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

 GREEN value IS 185 (72.66% from 255) = 52.41%

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

R = 45.89%
G = 52.41%
B = 1.7%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.97

 K value IS 0.27

RGB Variations

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

Color information

#A2B906 (or 0xA2B906) is known color: Citrus. HEX triplet: A2, B9 and 06. RGB value is (162,185,6). Sum of RGB (Red+Green+Blue) = 162+185+6=353 (46% of max value = 765). Red value is 162 (63.67% from 255 or 45.89% from 353); Green value is 185 (72.66% from 255 or 52.41% from 353); Blue value is 6 (2.73% from 255 or 1.70% from 353); Max value from RGB is 185 - color contains mainly: green. Hex color #A2B906 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A2B906 is #5D46F9. Grayscale: #9E9E9E. Windows color (decimal): -6113018 or 440738. OLE color: 440738.

HSL color Cylindrical-coordinate representation of color #A2B906: hue angle of 67.71º degrees, saturation: 0.94, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A2B906 is Cyan = 0.12, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.27.

Color convert

RGB 162 185 6 -
CMYK 0.12 0 0.97 0.27
HSL 67.71º 0.94% 0.37% -
HSV(B) 67.71º 0.97% 0.73% -
XYZ 32.28 42.39 6.65 -
YUV 157.72 42.38 131.05 -
System Red Green Blue C M Y K H S L
Decimal 162 185 6 0.12 0 0.97 0.27 67.71 0.94 0.37
Hex A2 B9 6 C 0 61 1B 44 5E 25
Octal 242 271 6 14 0 141 33 104 136 45
Binary 10100010 10111001 110 1100 0 1100001 11011 1000100 1011110 100101

Color Harmonies of #A2B906

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2B906

Black with #A2B906

Text Example


Text Example

White with #A2B906

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2B906; }

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

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

background-color css

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

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

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

border-color css

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

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

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