Html Css Color HEX #A0B717 Citrus

📋 copy color: '#A0B717'

red 160 ◦ green 183 ◦ blue 23

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

Shades of Citrus #A0B717

Tints of Citrus #A0B717

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 6.28%

R = 43.72%
G = 50%
B = 6.28%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.87

 K value IS 0.28

RGB Variations

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

Color information

#A0B717 (or 0xA0B717) is known color: Citrus. HEX triplet: A0, B7 and 17. RGB value is (160,183,23). Sum of RGB (Red+Green+Blue) = 160+183+23=366 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.72% from 366); Green value is 183 (71.88% from 255 or 50% from 366); Blue value is 23 (9.38% from 255 or 6.28% from 366); Max value from RGB is 183 - color contains mainly: green. Hex color #A0B717 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A0B717 is #5F48E8. Grayscale: #9E9E9E. Windows color (decimal): -6244585 or 1554336. OLE color: 1554336.

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

Color convert

RGB 160 183 23 -
CMYK 0.13 0 0.87 0.28
HSL 68.63º 0.78% 0.4% -
HSV(B) 68.63º 0.87% 0.72% -
XYZ 31.59 41.4 7.14 -
YUV 157.88 51.88 129.51 -
System Red Green Blue C M Y K H S L
Decimal 160 183 23 0.13 0 0.87 0.28 68.63 0.78 0.4
Hex A0 B7 17 D 0 57 1C 45 4E 28
Octal 240 267 27 15 0 127 34 105 116 50
Binary 10100000 10110111 10111 1101 0 1010111 11100 1000101 1001110 101000

Color Harmonies of #A0B717

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0B717

Black with #A0B717

Text Example


Text Example

White with #A0B717

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0B717; }

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

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

background-color css

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

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

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

border-color css

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

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

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