#92B96F

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

Shades of Olivine #92B96F

Tints of Olivine #92B96F

Color information

#92B96F (or 0x92B96F) is unknown color: approx Olivine. HEX triplet: 92, B9 and 6F. RGB value is (146,185,111). Sum of RGB (Red+Green+Blue) = 146+185+111=442 (58% of max value = 765). Red value is 146 (57.42% from 255 or 33.03% from 442); Green value is 185 (72.66% from 255 or 41.86% from 442); Blue value is 111 (43.75% from 255 or 25.11% from 442); Max value from RGB is 185 - color contains mainly: green. Hex color #92B96F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #92B96F is #6D4690. Grayscale: #A5A5A5. Windows color (decimal): -7161489 or 7322002. OLE color: 7322002.

HSL color Cylindrical-coordinate representation of color #92B96F: hue angle of 91.62º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #92B96F is Cyan = 0.21, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.27.

Color convert

RGB146185111-
CMYK0.2100.40.27
HSL91.62º34.58%58.04%-
HSV(B)91.62º40%72.55%-
XYZ32.0741.9621.45-
YUV164.997.58114.52-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 33.03%
GREEN value IS 185 (72.66% from 255) = 41.86%
BLUE value IS 111 (43.75% from 255) = 25.11%
R=33.03%
G=41.86%
B=25.11%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.4
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1461851110.2100.40.2791.6234.5858.04
Hex92B96F150281B5c233a
Octal22227115725050331344372
Binary10010010101110011101111101010101000110111011100100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92B96F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,185,111); }

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

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

 a { background-color: rgb(146,185,111); }

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

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

 span { border-color: rgb(146,185,111); }

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