#92B46A

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

Shades of Olivine #92B46A

Tints of Olivine #92B46A

Color information

#92B46A (or 0x92B46A) is unknown color: approx Olivine. HEX triplet: 92, B4 and 6A. RGB value is (146,180,106). Sum of RGB (Red+Green+Blue) = 146+180+106=432 (57% of max value = 765). Red value is 146 (57.42% from 255 or 33.80% from 432); Green value is 180 (70.70% from 255 or 41.67% from 432); Blue value is 106 (41.80% from 255 or 24.54% from 432); Max value from RGB is 180 - color contains mainly: green. Hex color #92B46A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #92B46A is #6D4B95. Grayscale: #A1A1A1. Windows color (decimal): -7162774 or 6993042. OLE color: 6993042.

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

Color convert

RGB146180106-
CMYK0.1900.410.29
HSL87.57º33.04%56.08%-
HSV(B)87.57º41.11%70.59%-
XYZ30.7839.7919.69-
YUV161.496.74117.02-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 33.80%
GREEN value IS 180 (70.70% from 255) = 41.67%
BLUE value IS 106 (41.80% from 255) = 24.54%
R=33.80%
G=41.67%
B=24.54%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1461801060.1900.410.2987.5733.0456.08
Hex92B46A130291D582138
Octal22226415223051351304170
Binary10010010101101001101010100110101001111011011000100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92B46A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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