#92B47C

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

Shades of Olivine #92B47C

Tints of Olivine #92B47C

Color information

#92B47C (or 0x92B47C) is unknown color: approx Olivine. HEX triplet: 92, B4 and 7C. RGB value is (146,180,124). Sum of RGB (Red+Green+Blue) = 146+180+124=450 (59% of max value = 765). Red value is 146 (57.42% from 255 or 32.44% from 450); Green value is 180 (70.70% from 255 or 40% from 450); Blue value is 124 (48.83% from 255 or 27.56% from 450); Max value from RGB is 180 - color contains mainly: green. Hex color #92B47C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #92B47C is #6D4B83. Grayscale: #A3A3A3. Windows color (decimal): -7162756 or 8172690. OLE color: 8172690.

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

Color convert

RGB146180124-
CMYK0.1900.310.29
HSL96.43º27.18%59.61%-
HSV(B)96.43º31.11%70.59%-
XYZ31.8140.2125.15-
YUV163.45105.74115.55-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 32.44%
GREEN value IS 180 (70.70% from 255) = 40%
BLUE value IS 124 (48.83% from 255) = 27.56%
R=32.44%
G=40%
B=27.56%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1461801240.1900.310.2996.4327.1859.61
Hex92B47C1301F1D601b3c
Octal22226417423037351403374
Binary100100101011010011111001001101111111101110000011011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92B47C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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