Html Css Color HEX #A2B704 Citrus

📋 copy color: '#A2B704'

red 162 ◦ green 183 ◦ blue 4

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

Shades of Citrus #A2B704

Tints of Citrus #A2B704

RGB

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

 GREEN value IS 183 (71.88% from 255) = 52.44%

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

R = 46.42%
G = 52.44%
B = 1.15%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.98

 K value IS 0.28

RGB Variations

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

Color information

#A2B704 (or 0xA2B704) is known color: Citrus. HEX triplet: A2, B7 and 04. RGB value is (162,183,4). Sum of RGB (Red+Green+Blue) = 162+183+4=349 (46% of max value = 765). Red value is 162 (63.67% from 255 or 46.42% from 349); Green value is 183 (71.88% from 255 or 52.44% from 349); Blue value is 4 (1.95% from 255 or 1.15% from 349); Max value from RGB is 183 - color contains mainly: green. Hex color #A2B704 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A2B704 is #5D48FB. Grayscale: #9D9D9D. Windows color (decimal): -6113532 or 309154. OLE color: 309154.

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

Color convert

RGB 162 183 4 -
CMYK 0.11 0 0.98 0.28
HSL 67.04º 0.96% 0.37% -
HSV(B) 67.04º 0.98% 0.72% -
XYZ 31.86 41.56 6.46 -
YUV 156.32 42.04 132.05 -
System Red Green Blue C M Y K H S L
Decimal 162 183 4 0.11 0 0.98 0.28 67.04 0.96 0.37
Hex A2 B7 4 B 0 62 1C 43 60 25
Octal 242 267 4 13 0 142 34 103 140 45
Binary 10100010 10110111 100 1011 0 1100010 11100 1000011 1100000 100101

Color Harmonies of #A2B704

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2B704

Black with #A2B704

Text Example


Text Example

White with #A2B704

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2B704; }

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

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

background-color css

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

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

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

border-color css

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

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

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