Html Css Color HEX #A0B516 Citrus

📋 copy color: '#A0B516'

red 160 ◦ green 181 ◦ blue 22

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

Shades of Citrus #A0B516

Tints of Citrus #A0B516

RGB

 RED value IS 160 (62.89% from 255) = 44.08%

 GREEN value IS 181 (71.09% from 255) = 49.86%

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

R = 44.08%
G = 49.86%
B = 6.06%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.88

 K value IS 0.29

RGB Variations

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

Color information

#A0B516 (or 0xA0B516) is known color: Citrus. HEX triplet: A0, B5 and 16. RGB value is (160,181,22). Sum of RGB (Red+Green+Blue) = 160+181+22=363 (48% of max value = 765). Red value is 160 (62.89% from 255 or 44.08% from 363); Green value is 181 (71.09% from 255 or 49.86% from 363); Blue value is 22 (8.98% from 255 or 6.06% from 363); Max value from RGB is 181 - color contains mainly: green. Hex color #A0B516 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A0B516 is #5F4AE9. Grayscale: #9D9D9D. Windows color (decimal): -6245098 or 1488288. OLE color: 1488288.

HSL color Cylindrical-coordinate representation of color #A0B516: hue angle of 67.92º degrees, saturation: 0.78, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A0B516 is Cyan = 0.12, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.29.

Color convert

RGB 160 181 22 -
CMYK 0.12 0 0.88 0.29
HSL 67.92º 0.78% 0.4% -
HSV(B) 67.92º 0.88% 0.71% -
XYZ 31.17 40.58 6.95 -
YUV 156.6 52.04 130.43 -
System Red Green Blue C M Y K H S L
Decimal 160 181 22 0.12 0 0.88 0.29 67.92 0.78 0.4
Hex A0 B5 16 C 0 58 1D 44 4E 28
Octal 240 265 26 14 0 130 35 104 116 50
Binary 10100000 10110101 10110 1100 0 1011000 11101 1000100 1001110 101000

Color Harmonies of #A0B516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0B516

Black with #A0B516

Text Example


Text Example

White with #A0B516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0B516; }

 p { color: rgb(160,181,22); }

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

background-color css

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

 a { background-color: rgb(160,181,22); }

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

border-color css

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

 span { border-color: rgb(160,181,22); }

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