#92B46F

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

Shades of Olivine #92B46F

Tints of Olivine #92B46F

Color information

#92B46F (or 0x92B46F) is unknown color: approx Olivine. HEX triplet: 92, B4 and 6F. RGB value is (146,180,111). Sum of RGB (Red+Green+Blue) = 146+180+111=437 (57% of max value = 765). Red value is 146 (57.42% from 255 or 33.41% from 437); Green value is 180 (70.70% from 255 or 41.19% from 437); Blue value is 111 (43.75% from 255 or 25.40% from 437); Max value from RGB is 180 - color contains mainly: green. Hex color #92B46F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #92B46F is #6D4B90. Grayscale: #A2A2A2. Windows color (decimal): -7162769 or 7320722. OLE color: 7320722.

HSL color Cylindrical-coordinate representation of color #92B46F: hue angle of 89.57º 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 #92B46F is Cyan = 0.19, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.29.

Color convert

RGB146180111-
CMYK0.1900.380.29
HSL89.57º31.51%57.06%-
HSV(B)89.57º38.33%70.59%-
XYZ31.0439.921.1-
YUV161.9799.24116.61-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 33.41%
GREEN value IS 180 (70.70% from 255) = 41.19%
BLUE value IS 111 (43.75% from 255) = 25.40%
R=33.41%
G=41.19%
B=25.40%

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
Decimal1461801110.1900.380.2989.5731.5157.06
Hex92B46F130261D5a2039
Octal22226415723046351324071
Binary10010010101101001101111100110100110111011011010100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92B46F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,180,111); }

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

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

 a { background-color: rgb(146,180,111); }

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

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

 span { border-color: rgb(146,180,111); }

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