#92B46C

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

Shades of Olivine #92B46C

Tints of Olivine #92B46C

Color information

#92B46C (or 0x92B46C) is unknown color: approx Olivine. HEX triplet: 92, B4 and 6C. RGB value is (146,180,108). Sum of RGB (Red+Green+Blue) = 146+180+108=434 (57% of max value = 765). Red value is 146 (57.42% from 255 or 33.64% from 434); Green value is 180 (70.70% from 255 or 41.47% from 434); Blue value is 108 (42.58% from 255 or 24.88% from 434); Max value from RGB is 180 - color contains mainly: green. Hex color #92B46C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #92B46C is #6D4B93. Grayscale: #A1A1A1. Windows color (decimal): -7162772 or 7124114. OLE color: 7124114.

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

Color convert

RGB146180108-
CMYK0.1900.400.29
HSL88.33º32.43%56.47%-
HSV(B)88.33º40%70.59%-
XYZ30.8839.8420.25-
YUV161.6397.74116.85-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 33.64%
GREEN value IS 180 (70.70% from 255) = 41.47%
BLUE value IS 108 (42.58% from 255) = 24.88%
R=33.64%
G=41.47%
B=24.88%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1461801080.1900.400.2988.3332.4356.47
Hex92B46C130281D582038
Octal22226415423050351304070
Binary10010010101101001101100100110101000111011011000100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92B46C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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