#92C96D

Color #92C96D Olivine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olivine #92C96D

Tints of Olivine #92C96D

Color information

#92C96D (or 0x92C96D) is unknown color: approx Olivine. HEX triplet: 92, C9 and 6D. RGB value is (146,201,109). Sum of RGB (Red+Green+Blue) = 146+201+109=456 (60% of max value = 765). Red value is 146 (57.42% from 255 or 32.02% from 456); Green value is 201 (78.91% from 255 or 44.08% from 456); Blue value is 109 (42.97% from 255 or 23.90% from 456); Max value from RGB is 201 - color contains mainly: green. Hex color #92C96D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #92C96D is #6D3692. Grayscale: #AEAEAE. Windows color (decimal): -7157395 or 7195026. OLE color: 7195026.

HSL color Cylindrical-coordinate representation of color #92C96D: hue angle of 95.87º degrees, saturation: 0.46, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #92C96D is Cyan = 0.27, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.21.

Color convert

RGB146201109-
CMYK0.2700.460.21
HSL95.87º46%60.78%-
HSV(B)95.87º45.77%78.82%-
XYZ35.548.9922.05-
YUV174.0791.28107.98-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 32.02%
GREEN value IS 201 (78.91% from 255) = 44.08%
BLUE value IS 109 (42.97% from 255) = 23.90%
R=32.02%
G=44.08%
B=23.90%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1462011090.2700.460.2195.874660.78
Hex92C96D1B02E15602e3d
Octal22231115533056251405675
Binary10010010110010011101101110110101110101011100000101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92C96D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #92C96D; }

 p { color: rgb(146,201,109); }

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

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

 a { background-color: rgb(146,201,109); }

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

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

 span { border-color: rgb(146,201,109); }

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