Html Css Color HEX #A2B316 Citrus

📋 copy color: '#A2B316'

red 162 ◦ green 179 ◦ blue 22

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

Shades of Citrus #A2B316

Tints of Citrus #A2B316

RGB

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

 GREEN value IS 179 (70.31% from 255) = 49.31%

 BLUE value IS 22 (8.98% from 255) = 6.06%

R = 44.63%
G = 49.31%
B = 6.06%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.88

 K value IS 0.30

RGB Variations

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

Color information

#A2B316 (or 0xA2B316) is known color: Citrus. HEX triplet: A2, B3 and 16. RGB value is (162,179,22). Sum of RGB (Red+Green+Blue) = 162+179+22=363 (48% of max value = 765). Red value is 162 (63.67% from 255 or 44.63% from 363); Green value is 179 (70.31% from 255 or 49.31% from 363); Blue value is 22 (8.98% from 255 or 6.06% from 363); Max value from RGB is 179 - color contains mainly: green. Hex color #A2B316 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A2B316 is #5D4CE9. Grayscale: #9C9C9C. Windows color (decimal): -6114538 or 1487778. OLE color: 1487778.

HSL color Cylindrical-coordinate representation of color #A2B316: hue angle of 66.5º degrees, saturation: 0.78, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A2B316 is Cyan = 0.09, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.30.

Color convert

RGB 162 179 22 -
CMYK 0.09 0 0.88 0.30
HSL 66.5º 0.78% 0.39% -
HSV(B) 66.5º 0.88% 0.7% -
XYZ 31.17 39.98 6.83 -
YUV 156.02 52.37 132.27 -
System Red Green Blue C M Y K H S L
Decimal 162 179 22 0.09 0 0.88 0.30 66.5 0.78 0.39
Hex A2 B3 16 9 0 58 1E 42 4E 27
Octal 242 263 26 11 0 130 36 102 116 47
Binary 10100010 10110011 10110 1001 0 1011000 11110 1000010 1001110 100111

Color Harmonies of #A2B316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2B316

Black with #A2B316

Text Example


Text Example

White with #A2B316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2B316; }

 p { color: rgb(162,179,22); }

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

background-color css

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

 a { background-color: rgb(162,179,22); }

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

border-color css

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

 span { border-color: rgb(162,179,22); }

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