#97B10E

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

Shades of Citrus #97B10E

Tints of Citrus #97B10E

Color information

#97B10E (or 0x97B10E) is unknown color: approx Citrus. HEX triplet: 97, B1 and 0E. RGB value is (151,177,14). Sum of RGB (Red+Green+Blue) = 151+177+14=342 (45% of max value = 765). Red value is 151 (59.38% from 255 or 44.15% from 342); Green value is 177 (69.53% from 255 or 51.75% from 342); Blue value is 14 (5.86% from 255 or 4.09% from 342); Max value from RGB is 177 - color contains mainly: green. Hex color #97B10E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #97B10E is #684EF1. Grayscale: #979797. Windows color (decimal): -6835954 or 962967. OLE color: 962967.

HSL color Cylindrical-coordinate representation of color #97B10E: hue angle of 69.57º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #97B10E is Cyan = 0.15, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.31.

Color convert

RGB15117714-
CMYK0.1500.920.31
HSL69.57º85.34%37.45%-
HSV(B)69.57º92.09%69.41%-
XYZ28.5638.066.26-
YUV150.6450.89128.25-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 44.15%
GREEN value IS 177 (69.53% from 255) = 51.75%
BLUE value IS 14 (5.86% from 255) = 4.09%
R=44.15%
G=51.75%
B=4.09%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal151177140.1500.920.3169.5785.3437.45
Hex97B1EF05C1F465525
Octal227261161701343710612545
Binary100101111011000111101111010111001111110001101010101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97B10E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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