#92C274

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

Shades of Olivine #92C274

Tints of Olivine #92C274

Color information

#92C274 (or 0x92C274) is unknown color: approx Olivine. HEX triplet: 92, C2 and 74. RGB value is (146,194,116). Sum of RGB (Red+Green+Blue) = 146+194+116=456 (60% of max value = 765). Red value is 146 (57.42% from 255 or 32.02% from 456); Green value is 194 (76.17% from 255 or 42.54% from 456); Blue value is 116 (45.70% from 255 or 25.44% from 456); Max value from RGB is 194 - color contains mainly: green. Hex color #92C274 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #92C274 is #6D3D8B. Grayscale: #ABABAB. Windows color (decimal): -7159180 or 7651986. OLE color: 7651986.

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

Color convert

RGB146194116-
CMYK0.2500.400.24
HSL96.92º39%60.78%-
HSV(B)96.92º40.21%76.08%-
XYZ34.345.9623.59-
YUV170.7697.1110.34-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 32.02%
GREEN value IS 194 (76.17% from 255) = 42.54%
BLUE value IS 116 (45.70% from 255) = 25.44%
R=32.02%
G=42.54%
B=25.44%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1461941160.2500.400.2496.923960.78
Hex92C274190281861273d
Octal22230216431050301414775
Binary10010010110000101110100110010101000110001100001100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92C274

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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