#97B50E

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

Shades of Citrus #97B50E

Tints of Citrus #97B50E

Color information

#97B50E (or 0x97B50E) is unknown color: approx Citrus. HEX triplet: 97, B5 and 0E. RGB value is (151,181,14). Sum of RGB (Red+Green+Blue) = 151+181+14=346 (45% of max value = 765). Red value is 151 (59.38% from 255 or 43.64% from 346); Green value is 181 (71.09% from 255 or 52.31% from 346); Blue value is 14 (5.86% from 255 or 4.05% from 346); Max value from RGB is 181 - color contains mainly: green. Hex color #97B50E is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #97B50E is #684AF1. Grayscale: #999999. Windows color (decimal): -6834930 or 963991. OLE color: 963991.

HSL color Cylindrical-coordinate representation of color #97B50E: hue angle of 70.78º degrees, saturation: 0.86, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #97B50E is Cyan = 0.17, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.29.

Color convert

RGB15118114-
CMYK0.1700.920.29
HSL70.78º85.64%38.24%-
HSV(B)70.78º92.27%70.98%-
XYZ29.3739.666.52-
YUV152.9949.56126.58-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 43.64%
GREEN value IS 181 (71.09% from 255) = 52.31%
BLUE value IS 14 (5.86% from 255) = 4.05%
R=43.64%
G=52.31%
B=4.05%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal151181140.1700.920.2970.7885.6438.24
Hex97B5E1105C1D475626
Octal227265162101343510712646
Binary1001011110110101111010001010111001110110001111010110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97B50E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,181,14); }

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

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

 a { background-color: rgb(151,181,14); }

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

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

 span { border-color: rgb(151,181,14); }

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