#92B365

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

Shades of Olivine #92B365

Tints of Olivine #92B365

Color information

#92B365 (or 0x92B365) is unknown color: approx Olivine. HEX triplet: 92, B3 and 65. RGB value is (146,179,101). Sum of RGB (Red+Green+Blue) = 146+179+101=426 (56% of max value = 765). Red value is 146 (57.42% from 255 or 34.27% from 426); Green value is 179 (70.31% from 255 or 42.02% from 426); Blue value is 101 (39.84% from 255 or 23.71% from 426); Max value from RGB is 179 - color contains mainly: green. Hex color #92B365 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #92B365 is #6D4C9A. Grayscale: #A0A0A0. Windows color (decimal): -7163035 or 6665106. OLE color: 6665106.

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

Color convert

RGB146179101-
CMYK0.1800.440.30
HSL85.38º33.91%54.9%-
HSV(B)85.38º43.58%70.2%-
XYZ30.3239.2918.3-
YUV160.2494.57117.84-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 34.27%
GREEN value IS 179 (70.31% from 255) = 42.02%
BLUE value IS 101 (39.84% from 255) = 23.71%
R=34.27%
G=42.02%
B=23.71%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1461791010.1800.440.3085.3833.9154.9
Hex92B3651202C1E552237
Octal22226314522054361254267
Binary10010010101100111100101100100101100111101010101100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92B365

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,179,101); }

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

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

 a { background-color: rgb(146,179,101); }

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

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

 span { border-color: rgb(146,179,101); }

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