#94B982

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

Shades of Olivine #94B982

Tints of Olivine #94B982

Color information

#94B982 (or 0x94B982) is unknown color: approx Olivine. HEX triplet: 94, B9 and 82. RGB value is (148,185,130). Sum of RGB (Red+Green+Blue) = 148+185+130=463 (61% of max value = 765). Red value is 148 (58.20% from 255 or 31.97% from 463); Green value is 185 (72.66% from 255 or 39.96% from 463); Blue value is 130 (51.17% from 255 or 28.08% from 463); Max value from RGB is 185 - color contains mainly: green. Hex color #94B982 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94B982 is #6B467D. Grayscale: #A7A7A7. Windows color (decimal): -7030398 or 8567188. OLE color: 8567188.

HSL color Cylindrical-coordinate representation of color #94B982: hue angle of 100.36º degrees, saturation: 0.28, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #94B982 is Cyan = 0.20, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.27.

Color convert

RGB148185130-
CMYK0.2000.300.27
HSL100.36º28.21%61.76%-
HSV(B)100.36º29.73%72.55%-
XYZ33.5942.6127.57-
YUV167.67106.74113.97-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 31.97%
GREEN value IS 185 (72.66% from 255) = 39.96%
BLUE value IS 130 (51.17% from 255) = 28.08%
R=31.97%
G=39.96%
B=28.08%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1481851300.2000.300.27100.3628.2161.76
Hex94B9821401E1B641c3e
Octal22427120224036331443476
Binary1001010010111001100000101010001111011011110010011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94B982

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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