#92C46C

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

Shades of Olivine #92C46C

Tints of Olivine #92C46C

Color information

#92C46C (or 0x92C46C) is unknown color: approx Olivine. HEX triplet: 92, C4 and 6C. RGB value is (146,196,108). Sum of RGB (Red+Green+Blue) = 146+196+108=450 (59% of max value = 765). Red value is 146 (57.42% from 255 or 32.44% from 450); Green value is 196 (76.95% from 255 or 43.56% from 450); Blue value is 108 (42.58% from 255 or 24% from 450); Max value from RGB is 196 - color contains mainly: green. Hex color #92C46C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #92C46C is #6D3B93. Grayscale: #ABABAB. Windows color (decimal): -7158676 or 7128210. OLE color: 7128210.

HSL color Cylindrical-coordinate representation of color #92C46C: hue angle of 94.09º degrees, saturation: 0.43, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #92C46C is Cyan = 0.26, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.23.

Color convert

RGB146196108-
CMYK0.2600.450.23
HSL94.09º42.72%59.61%-
HSV(B)94.09º44.9%76.86%-
XYZ34.346.6721.39-
YUV171.0292.44110.16-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 32.44%
GREEN value IS 196 (76.95% from 255) = 43.56%
BLUE value IS 108 (42.58% from 255) = 24%
R=32.44%
G=43.56%
B=24%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1461961080.2600.450.2394.0942.7259.61
Hex92C46C1A02D175e2b3c
Octal22230415432055271365374
Binary10010010110001001101100110100101101101111011110101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92C46C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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