#92B273

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

Shades of Olivine #92B273

Tints of Olivine #92B273

Color information

#92B273 (or 0x92B273) is unknown color: approx Olivine. HEX triplet: 92, B2 and 73. RGB value is (146,178,115). Sum of RGB (Red+Green+Blue) = 146+178+115=439 (58% of max value = 765). Red value is 146 (57.42% from 255 or 33.26% from 439); Green value is 178 (69.92% from 255 or 40.55% from 439); Blue value is 115 (45.31% from 255 or 26.20% from 439); Max value from RGB is 178 - color contains mainly: green. Hex color #92B273 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #92B273 is #6D4D8C. Grayscale: #A1A1A1. Windows color (decimal): -7163277 or 7582354. OLE color: 7582354.

HSL color Cylindrical-coordinate representation of color #92B273: hue angle of 90.48º degrees, saturation: 0.29, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #92B273 is Cyan = 0.18, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.30.

Color convert

RGB146178115-
CMYK0.1800.350.30
HSL90.48º29.03%57.45%-
HSV(B)90.48º35.39%69.8%-
XYZ30.8739.1922.16-
YUV161.25101.9117.12-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 33.26%
GREEN value IS 178 (69.92% from 255) = 40.55%
BLUE value IS 115 (45.31% from 255) = 26.20%
R=33.26%
G=40.55%
B=26.20%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1461781150.1800.350.3090.4829.0357.45
Hex92B273120231E5a1d39
Octal22226216322043361323571
Binary1001001010110010111001110010010001111110101101011101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92B273

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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