Html Css Color HEX #A0B716 Citrus

📋 copy color: '#A0B716'

red 160 ◦ green 183 ◦ blue 22

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

Shades of Citrus #A0B716

Tints of Citrus #A0B716

RGB

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

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

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

R = 43.84%
G = 50.14%
B = 6.03%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.88

 K value IS 0.28

RGB Variations

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

Color information

#A0B716 (or 0xA0B716) is known color: Citrus. HEX triplet: A0, B7 and 16. RGB value is (160,183,22). Sum of RGB (Red+Green+Blue) = 160+183+22=365 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.84% from 365); Green value is 183 (71.88% from 255 or 50.14% from 365); Blue value is 22 (8.98% from 255 or 6.03% from 365); Max value from RGB is 183 - color contains mainly: green. Hex color #A0B716 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A0B716 is #5F48E9. Grayscale: #9E9E9E. Windows color (decimal): -6244586 or 1488800. OLE color: 1488800.

HSL color Cylindrical-coordinate representation of color #A0B716: hue angle of 68.57º 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 #A0B716 is Cyan = 0.13, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.28.

Color convert

RGB 160 183 22 -
CMYK 0.13 0 0.88 0.28
HSL 68.57º 0.79% 0.4% -
HSV(B) 68.57º 0.88% 0.72% -
XYZ 31.58 41.4 7.09 -
YUV 157.77 51.38 129.59 -
System Red Green Blue C M Y K H S L
Decimal 160 183 22 0.13 0 0.88 0.28 68.57 0.79 0.4
Hex A0 B7 16 D 0 58 1C 45 4F 28
Octal 240 267 26 15 0 130 34 105 117 50
Binary 10100000 10110111 10110 1101 0 1011000 11100 1000101 1001111 101000

Color Harmonies of #A0B716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0B716

Black with #A0B716

Text Example


Text Example

White with #A0B716

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0B716; }

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

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

background-color css

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

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

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

border-color css

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

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

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