#92C270

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

Shades of Olivine #92C270

Tints of Olivine #92C270

Color information

#92C270 (or 0x92C270) is unknown color: approx Olivine. HEX triplet: 92, C2 and 70. RGB value is (146,194,112). Sum of RGB (Red+Green+Blue) = 146+194+112=452 (59% of max value = 765). Red value is 146 (57.42% from 255 or 32.30% from 452); Green value is 194 (76.17% from 255 or 42.92% from 452); Blue value is 112 (44.14% from 255 or 24.78% from 452); Max value from RGB is 194 - color contains mainly: green. Hex color #92C270 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #92C270 is #6D3D8F. Grayscale: #AAAAAA. Windows color (decimal): -7159184 or 7389842. OLE color: 7389842.

HSL color Cylindrical-coordinate representation of color #92C270: hue angle of 95.12º degrees, saturation: 0.4, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #92C270 is Cyan = 0.25, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.24.

Color convert

RGB146194112-
CMYK0.2500.420.24
HSL95.12º40.2%60%-
HSV(B)95.12º42.27%76.08%-
XYZ34.0745.8622.39-
YUV170.395.1110.67-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 32.30%
GREEN value IS 194 (76.17% from 255) = 42.92%
BLUE value IS 112 (44.14% from 255) = 24.78%
R=32.30%
G=42.92%
B=24.78%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1461941120.2500.420.2495.1240.260
Hex92C2701902A185f283c
Octal22230216031052301375074
Binary10010010110000101110000110010101010110001011111101000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92C270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,194,112); }

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

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

 a { background-color: rgb(146,194,112); }

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

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

 span { border-color: rgb(146,194,112); }

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