#92C473

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

Shades of Olivine #92C473

Tints of Olivine #92C473

Color information

#92C473 (or 0x92C473) is unknown color: approx Olivine. HEX triplet: 92, C4 and 73. RGB value is (146,196,115). Sum of RGB (Red+Green+Blue) = 146+196+115=457 (60% of max value = 765). Red value is 146 (57.42% from 255 or 31.95% from 457); Green value is 196 (76.95% from 255 or 42.89% from 457); Blue value is 115 (45.31% from 255 or 25.16% from 457); Max value from RGB is 196 - color contains mainly: green. Hex color #92C473 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #92C473 is #6D3B8C. Grayscale: #ACACAC. Windows color (decimal): -7158669 or 7586962. OLE color: 7586962.

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

Color convert

RGB146196115-
CMYK0.2600.410.23
HSL97.04º40.7%60.98%-
HSV(B)97.04º41.33%76.86%-
XYZ34.6946.8323.43-
YUV171.8295.94109.59-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 31.95%
GREEN value IS 196 (76.95% from 255) = 42.89%
BLUE value IS 115 (45.31% from 255) = 25.16%
R=31.95%
G=42.89%
B=25.16%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1461961150.2600.410.2397.0440.760.98
Hex92C4731A0291761293d
Octal22230416332051271415175
Binary10010010110001001110011110100101001101111100001101001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92C473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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