Html Css Color HEX #A2B716 Citrus

📋 copy color: '#A2B716'

red 162 ◦ green 183 ◦ blue 22

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

Shades of Citrus #A2B716

Tints of Citrus #A2B716

RGB

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

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

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

R = 44.14%
G = 49.86%
B = 5.99%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.88

 K value IS 0.28

RGB Variations

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

Color information

#A2B716 (or 0xA2B716) is known color: Citrus. HEX triplet: A2, B7 and 16. RGB value is (162,183,22). Sum of RGB (Red+Green+Blue) = 162+183+22=367 (48% of max value = 765). Red value is 162 (63.67% from 255 or 44.14% from 367); Green value is 183 (71.88% from 255 or 49.86% from 367); Blue value is 22 (8.98% from 255 or 5.99% from 367); Max value from RGB is 183 - color contains mainly: green. Hex color #A2B716 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A2B716 is #5D48E9. Grayscale: #9E9E9E. Windows color (decimal): -6113514 or 1488802. OLE color: 1488802.

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

Color convert

RGB 162 183 22 -
CMYK 0.11 0 0.88 0.28
HSL 67.83º 0.79% 0.4% -
HSV(B) 67.83º 0.88% 0.72% -
XYZ 31.98 41.61 7.1 -
YUV 158.37 51.04 130.59 -
System Red Green Blue C M Y K H S L
Decimal 162 183 22 0.11 0 0.88 0.28 67.83 0.79 0.4
Hex A2 B7 16 B 0 58 1C 44 4F 28
Octal 242 267 26 13 0 130 34 104 117 50
Binary 10100010 10110111 10110 1011 0 1011000 11100 1000100 1001111 101000

Color Harmonies of #A2B716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2B716

Black with #A2B716

Text Example


Text Example

White with #A2B716

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2B716; }

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

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

background-color css

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

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

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

border-color css

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

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

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