#92C278

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

Shades of Olivine #92C278

Tints of Olivine #92C278

Color information

#92C278 (or 0x92C278) is unknown color: approx Olivine. HEX triplet: 92, C2 and 78. RGB value is (146,194,120). Sum of RGB (Red+Green+Blue) = 146+194+120=460 (60% of max value = 765). Red value is 146 (57.42% from 255 or 31.74% from 460); Green value is 194 (76.17% from 255 or 42.17% from 460); Blue value is 120 (47.27% from 255 or 26.09% from 460); Max value from RGB is 194 - color contains mainly: green. Hex color #92C278 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #92C278 is #6D3D87. Grayscale: #ABABAB. Windows color (decimal): -7159176 or 7914130. OLE color: 7914130.

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

Color convert

RGB146194120-
CMYK0.2500.380.24
HSL98.92º37.76%61.57%-
HSV(B)98.92º38.14%76.08%-
XYZ34.5446.0524.84-
YUV171.2199.1110.02-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 31.74%
GREEN value IS 194 (76.17% from 255) = 42.17%
BLUE value IS 120 (47.27% from 255) = 26.09%
R=31.74%
G=42.17%
B=26.09%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1461941200.2500.380.2498.9237.7661.57
Hex92C278190261863263e
Octal22230217031046301434676
Binary10010010110000101111000110010100110110001100011100110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92C278

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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