#92AB82

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

Shades of Olivine #92AB82

Tints of Olivine #92AB82

Color information

#92AB82 (or 0x92AB82) is unknown color: approx Olivine. HEX triplet: 92, AB and 82. RGB value is (146,171,130). Sum of RGB (Red+Green+Blue) = 146+171+130=447 (59% of max value = 765). Red value is 146 (57.42% from 255 or 32.66% from 447); Green value is 171 (67.19% from 255 or 38.26% from 447); Blue value is 130 (51.17% from 255 or 29.08% from 447); Max value from RGB is 171 - color contains mainly: green. Hex color #92AB82 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #92AB82 is #6D547D. Grayscale: #9E9E9E. Windows color (decimal): -7165054 or 8563602. OLE color: 8563602.

HSL color Cylindrical-coordinate representation of color #92AB82: hue angle of 96.59º degrees, saturation: 0.2, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #92AB82 is Cyan = 0.15, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.33.

Color convert

RGB146171130-
CMYK0.1500.240.33
HSL96.59º19.62%59.02%-
HSV(B)96.59º23.98%67.06%-
XYZ30.4536.8526.63-
YUV158.85111.72118.83-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 32.66%
GREEN value IS 171 (67.19% from 255) = 38.26%
BLUE value IS 130 (51.17% from 255) = 29.08%
R=32.66%
G=38.26%
B=29.08%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1461711300.1500.240.3396.5919.6259.02
Hex92AB82F0182161143b
Octal22225320217030411412473
Binary1001001010101011100000101111011000100001110000110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92AB82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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