#92B480

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

Shades of Olivine #92B480

Tints of Olivine #92B480

Color information

#92B480 (or 0x92B480) is unknown color: approx Olivine. HEX triplet: 92, B4 and 80. RGB value is (146,180,128). Sum of RGB (Red+Green+Blue) = 146+180+128=454 (60% of max value = 765). Red value is 146 (57.42% from 255 or 32.16% from 454); Green value is 180 (70.70% from 255 or 39.65% from 454); Blue value is 128 (50.39% from 255 or 28.19% from 454); Max value from RGB is 180 - color contains mainly: green. Hex color #92B480 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #92B480 is #6D4B7F. Grayscale: #A4A4A4. Windows color (decimal): -7162752 or 8434834. OLE color: 8434834.

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

Color convert

RGB146180128-
CMYK0.1900.290.29
HSL99.23º25.74%60.39%-
HSV(B)99.23º28.89%70.59%-
XYZ32.0740.3126.51-
YUV163.91107.74115.23-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 32.16%
GREEN value IS 180 (70.70% from 255) = 39.65%
BLUE value IS 128 (50.39% from 255) = 28.19%
R=32.16%
G=39.65%
B=28.19%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1461801280.1900.290.2999.2325.7460.39
Hex92B4801301D1D631a3c
Octal22226420023035351433274
Binary1001001010110100100000001001101110111101110001111010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92B480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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