#92B570

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

Shades of Olivine #92B570

Tints of Olivine #92B570

Color information

#92B570 (or 0x92B570) is unknown color: approx Olivine. HEX triplet: 92, B5 and 70. RGB value is (146,181,112). Sum of RGB (Red+Green+Blue) = 146+181+112=439 (58% of max value = 765). Red value is 146 (57.42% from 255 or 33.26% from 439); Green value is 181 (71.09% from 255 or 41.23% from 439); Blue value is 112 (44.14% from 255 or 25.51% from 439); Max value from RGB is 181 - color contains mainly: green. Hex color #92B570 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #92B570 is #6D4A8F. Grayscale: #A2A2A2. Windows color (decimal): -7162512 or 7386514. OLE color: 7386514.

HSL color Cylindrical-coordinate representation of color #92B570: hue angle of 90.43º degrees, saturation: 0.32, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #92B570 is Cyan = 0.19, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.29.

Color convert

RGB146181112-
CMYK0.1900.380.29
HSL90.43º31.8%57.45%-
HSV(B)90.43º38.12%70.98%-
XYZ31.340.3321.46-
YUV162.6799.4116.11-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 33.26%
GREEN value IS 181 (71.09% from 255) = 41.23%
BLUE value IS 112 (44.14% from 255) = 25.51%
R=33.26%
G=41.23%
B=25.51%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1461811120.1900.380.2990.4331.857.45
Hex92B570130261D5a2039
Octal22226516023046351324071
Binary10010010101101011110000100110100110111011011010100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92B570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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