#92B47E

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

Shades of Olivine #92B47E

Tints of Olivine #92B47E

Color information

#92B47E (or 0x92B47E) is unknown color: approx Olivine. HEX triplet: 92, B4 and 7E. RGB value is (146,180,126). Sum of RGB (Red+Green+Blue) = 146+180+126=452 (59% of max value = 765). Red value is 146 (57.42% from 255 or 32.30% from 452); Green value is 180 (70.70% from 255 or 39.82% from 452); Blue value is 126 (49.61% from 255 or 27.88% from 452); Max value from RGB is 180 - color contains mainly: green. Hex color #92B47E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #92B47E is #6D4B81. Grayscale: #A3A3A3. Windows color (decimal): -7162754 or 8303762. OLE color: 8303762.

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

Color convert

RGB146180126-
CMYK0.1900.30.29
HSL97.78º26.47%60%-
HSV(B)97.78º30%70.59%-
XYZ31.9440.2625.83-
YUV163.68106.74115.39-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 32.30%
GREEN value IS 180 (70.70% from 255) = 39.82%
BLUE value IS 126 (49.61% from 255) = 27.88%
R=32.30%
G=39.82%
B=27.88%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.3
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1461801260.1900.30.2997.7826.4760
Hex92B47E1301E1D621a3c
Octal22226417623036351423274
Binary100100101011010011111101001101111011101110001011010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92B47E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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