Html Css Color HEX #A2B904 Citrus

📋 copy color: '#A2B904'

red 162 ◦ green 185 ◦ blue 4

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

Shades of Citrus #A2B904

Tints of Citrus #A2B904

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.14%

R = 46.15%
G = 52.71%
B = 1.14%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.98

 K value IS 0.27

RGB Variations

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

Color information

#A2B904 (or 0xA2B904) is known color: Citrus. HEX triplet: A2, B9 and 04. RGB value is (162,185,4). Sum of RGB (Red+Green+Blue) = 162+185+4=351 (46% of max value = 765). Red value is 162 (63.67% from 255 or 46.15% from 351); Green value is 185 (72.66% from 255 or 52.71% from 351); Blue value is 4 (1.95% from 255 or 1.14% from 351); Max value from RGB is 185 - color contains mainly: green. Hex color #A2B904 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A2B904 is #5D46FB. Grayscale: #9E9E9E. Windows color (decimal): -6113020 or 309666. OLE color: 309666.

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

Color convert

RGB 162 185 4 -
CMYK 0.12 0 0.98 0.27
HSL 67.62º 0.96% 0.37% -
HSV(B) 67.62º 0.98% 0.73% -
XYZ 32.27 42.39 6.6 -
YUV 157.49 41.38 131.22 -
System Red Green Blue C M Y K H S L
Decimal 162 185 4 0.12 0 0.98 0.27 67.62 0.96 0.37
Hex A2 B9 4 C 0 62 1B 44 60 25
Octal 242 271 4 14 0 142 33 104 140 45
Binary 10100010 10111001 100 1100 0 1100010 11011 1000100 1100000 100101

Color Harmonies of #A2B904

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2B904

Black with #A2B904

Text Example


Text Example

White with #A2B904

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2B904; }

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

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

background-color css

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

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

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

border-color css

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

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

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