#92B86C

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

Shades of Olivine #92B86C

Tints of Olivine #92B86C

Color information

#92B86C (or 0x92B86C) is unknown color: approx Olivine. HEX triplet: 92, B8 and 6C. RGB value is (146,184,108). Sum of RGB (Red+Green+Blue) = 146+184+108=438 (58% of max value = 765). Red value is 146 (57.42% from 255 or 33.33% from 438); Green value is 184 (72.27% from 255 or 42.01% from 438); Blue value is 108 (42.58% from 255 or 24.66% from 438); Max value from RGB is 184 - color contains mainly: green. Hex color #92B86C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #92B86C is #6D4793. Grayscale: #A4A4A4. Windows color (decimal): -7161748 or 7125138. OLE color: 7125138.

HSL color Cylindrical-coordinate representation of color #92B86C: hue angle of 90º degrees, saturation: 0.35, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #92B86C is Cyan = 0.21, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.28.

Color convert

RGB146184108-
CMYK0.2100.410.28
HSL90º34.86%57.25%-
HSV(B)90º41.3%72.16%-
XYZ31.741.4720.52-
YUV163.9796.41115.18-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 33.33%
GREEN value IS 184 (72.27% from 255) = 42.01%
BLUE value IS 108 (42.58% from 255) = 24.66%
R=33.33%
G=42.01%
B=24.66%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1461841080.2100.410.289034.8657.25
Hex92B86C150291C5a2339
Octal22227015425051341324371
Binary10010010101110001101100101010101001111001011010100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92B86C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,184,108); }

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

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

 a { background-color: rgb(146,184,108); }

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

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

 span { border-color: rgb(146,184,108); }

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