#97B112

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

Shades of Citrus #97B112

Tints of Citrus #97B112

Color information

#97B112 (or 0x97B112) is unknown color: approx Citrus. HEX triplet: 97, B1 and 12. RGB value is (151,177,18). Sum of RGB (Red+Green+Blue) = 151+177+18=346 (45% of max value = 765). Red value is 151 (59.38% from 255 or 43.64% from 346); Green value is 177 (69.53% from 255 or 51.16% from 346); Blue value is 18 (7.42% from 255 or 5.20% from 346); Max value from RGB is 177 - color contains mainly: green. Hex color #97B112 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #97B112 is #684EED. Grayscale: #979797. Windows color (decimal): -6835950 or 1225111. OLE color: 1225111.

HSL color Cylindrical-coordinate representation of color #97B112: hue angle of 69.81º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #97B112 is Cyan = 0.15, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.31.

Color convert

RGB15117718-
CMYK0.1500.900.31
HSL69.81º81.54%38.24%-
HSV(B)69.81º89.83%69.41%-
XYZ28.5938.076.41-
YUV151.152.89127.93-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 43.64%
GREEN value IS 177 (69.53% from 255) = 51.16%
BLUE value IS 18 (7.42% from 255) = 5.20%
R=43.64%
G=51.16%
B=5.20%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal151177180.1500.900.3169.8181.5438.24
Hex97B112F05A1F465226
Octal227261221701323710612246
Binary1001011110110001100101111010110101111110001101010010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97B112

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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