#92B980

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

Shades of Olivine #92B980

Tints of Olivine #92B980

Color information

#92B980 (or 0x92B980) is unknown color: approx Olivine. HEX triplet: 92, B9 and 80. RGB value is (146,185,128). Sum of RGB (Red+Green+Blue) = 146+185+128=459 (60% of max value = 765). Red value is 146 (57.42% from 255 or 31.81% from 459); Green value is 185 (72.66% from 255 or 40.31% from 459); Blue value is 128 (50.39% from 255 or 27.89% from 459); Max value from RGB is 185 - color contains mainly: green. Hex color #92B980 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #92B980 is #6D467F. Grayscale: #A7A7A7. Windows color (decimal): -7161472 or 8436114. OLE color: 8436114.

HSL color Cylindrical-coordinate representation of color #92B980: hue angle of 101.05º degrees, saturation: 0.29, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #92B980 is Cyan = 0.21, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.27.

Color convert

RGB146185128-
CMYK0.2100.310.27
HSL101.05º28.93%61.37%-
HSV(B)101.05º30.81%72.55%-
XYZ33.142.3726.86-
YUV166.84106.08113.13-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 31.81%
GREEN value IS 185 (72.66% from 255) = 40.31%
BLUE value IS 128 (50.39% from 255) = 27.89%
R=31.81%
G=40.31%
B=27.89%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1461851280.2100.310.27101.0528.9361.37
Hex92B9801501F1B651d3d
Octal22227120025037331453575
Binary1001001010111001100000001010101111111011110010111101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92B980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,185,128); }

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

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

 a { background-color: rgb(146,185,128); }

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

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

 span { border-color: rgb(146,185,128); }

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