#92AE82

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

Shades of Olivine #92AE82

Tints of Olivine #92AE82

Color information

#92AE82 (or 0x92AE82) is unknown color: approx Olivine. HEX triplet: 92, AE and 82. RGB value is (146,174,130). Sum of RGB (Red+Green+Blue) = 146+174+130=450 (59% of max value = 765). Red value is 146 (57.42% from 255 or 32.44% from 450); Green value is 174 (68.36% from 255 or 38.67% from 450); Blue value is 130 (51.17% from 255 or 28.89% from 450); Max value from RGB is 174 - color contains mainly: green. Hex color #92AE82 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #92AE82 is #6D517D. Grayscale: #A0A0A0. Windows color (decimal): -7164286 or 8564370. OLE color: 8564370.

HSL color Cylindrical-coordinate representation of color #92AE82: hue angle of 98.18º degrees, saturation: 0.21, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #92AE82 is Cyan = 0.16, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.32.

Color convert

RGB146174130-
CMYK0.1600.250.32
HSL98.18º21.36%59.61%-
HSV(B)98.18º25.29%68.24%-
XYZ31.0237.9926.82-
YUV160.61110.72117.58-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 32.44%
GREEN value IS 174 (68.36% from 255) = 38.67%
BLUE value IS 130 (51.17% from 255) = 28.89%
R=32.44%
G=38.67%
B=28.89%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1461741300.1600.250.3298.1821.3659.61
Hex92AE82100192062153c
Octal22225620220031401422574
Binary10010010101011101000001010000011001100000110001010101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92AE82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,174,130); }

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

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

 a { background-color: rgb(146,174,130); }

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

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

 span { border-color: rgb(146,174,130); }

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