#97B917

Color #97B917 Citrus (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Citrus #97B917

Tints of Citrus #97B917

Color information

#97B917 (or 0x97B917) is unknown color: approx Citrus. HEX triplet: 97, B9 and 17. RGB value is (151,185,23). Sum of RGB (Red+Green+Blue) = 151+185+23=359 (47% of max value = 765). Red value is 151 (59.38% from 255 or 42.06% from 359); Green value is 185 (72.66% from 255 or 51.53% from 359); Blue value is 23 (9.38% from 255 or 6.41% from 359); Max value from RGB is 185 - color contains mainly: green. Hex color #97B917 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #97B917 is #6846E8. Grayscale: #9C9C9C. Windows color (decimal): -6833897 or 1554839. OLE color: 1554839.

HSL color Cylindrical-coordinate representation of color #97B917: hue angle of 72.59º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #97B917 is Cyan = 0.18, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.27.

Color convert

RGB15118523-
CMYK0.1800.880.27
HSL72.59º77.88%40.78%-
HSV(B)72.59º87.57%72.55%-
XYZ30.2741.347.19-
YUV156.3752.74124.17-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 42.06%
GREEN value IS 185 (72.66% from 255) = 51.53%
BLUE value IS 23 (9.38% from 255) = 6.41%
R=42.06%
G=51.53%
B=6.41%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal151185230.1800.880.2772.5977.8840.78
Hex97B917120581B494e29
Octal227271272201303311111651
Binary10010111101110011011110010010110001101110010011001110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97B917

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #97B917; }

 p { color: rgb(151,185,23); }

 H1.HeaderClassName
 {
   color: #97B917;
 }
 .AnyTagClassName
 {
   color: #97B917;
 }
</style>
background-color css

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

 a { background-color: rgb(151,185,23); }

 div.DivClassName
 {
   background-color: #97B917;
 }
 .BgClassName
 {
   background-color: #97B917;
 }
</style>
border-color css

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

 span { border-color: rgb(151,185,23); }

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