#94B582

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

Shades of Olivine #94B582

Tints of Olivine #94B582

Color information

#94B582 (or 0x94B582) is unknown color: approx Olivine. HEX triplet: 94, B5 and 82. RGB value is (148,181,130). Sum of RGB (Red+Green+Blue) = 148+181+130=459 (60% of max value = 765). Red value is 148 (58.20% from 255 or 32.24% from 459); Green value is 181 (71.09% from 255 or 39.43% from 459); Blue value is 130 (51.17% from 255 or 28.32% from 459); Max value from RGB is 181 - color contains mainly: green. Hex color #94B582 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94B582 is #6B4A7D. Grayscale: #A5A5A5. Windows color (decimal): -7031422 or 8566164. OLE color: 8566164.

HSL color Cylindrical-coordinate representation of color #94B582: hue angle of 98.82º degrees, saturation: 0.26, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #94B582 is Cyan = 0.18, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.29.

Color convert

RGB148181130-
CMYK0.1800.280.29
HSL98.82º25.63%60.98%-
HSV(B)98.82º28.18%70.98%-
XYZ32.7740.9627.3-
YUV165.32108.07115.65-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 32.24%
GREEN value IS 181 (71.09% from 255) = 39.43%
BLUE value IS 130 (51.17% from 255) = 28.32%
R=32.24%
G=39.43%
B=28.32%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1481811300.1800.280.2998.8225.6360.98
Hex94B5821201C1D631a3d
Octal22426520222034351433275
Binary1001010010110101100000101001001110011101110001111010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94B582

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94B582; }

 p { color: rgb(148,181,130); }

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

<style>
 a { background-color: #94B582; }

 a { background-color: rgb(148,181,130); }

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

<style>
 span { border-color: #94B582; }

 span { border-color: rgb(148,181,130); }

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