#94B981

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

Shades of Olivine #94B981

Tints of Olivine #94B981

Color information

#94B981 (or 0x94B981) is unknown color: approx Olivine. HEX triplet: 94, B9 and 81. RGB value is (148,185,129). Sum of RGB (Red+Green+Blue) = 148+185+129=462 (61% of max value = 765). Red value is 148 (58.20% from 255 or 32.03% from 462); Green value is 185 (72.66% from 255 or 40.04% from 462); Blue value is 129 (50.78% from 255 or 27.92% from 462); Max value from RGB is 185 - color contains mainly: green. Hex color #94B981 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94B981 is #6B467E. Grayscale: #A7A7A7. Windows color (decimal): -7030399 or 8501652. OLE color: 8501652.

HSL color Cylindrical-coordinate representation of color #94B981: hue angle of 99.64º degrees, saturation: 0.29, 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 #94B981 is Cyan = 0.20, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.27.

Color convert

RGB148185129-
CMYK0.2000.300.27
HSL99.64º28.57%61.57%-
HSV(B)99.64º30.27%72.55%-
XYZ33.5242.5827.22-
YUV167.55106.24114.05-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 32.03%
GREEN value IS 185 (72.66% from 255) = 40.04%
BLUE value IS 129 (50.78% from 255) = 27.92%
R=32.03%
G=40.04%
B=27.92%

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
Decimal1481851290.2000.300.2799.6428.5761.57
Hex94B9811401E1B641d3e
Octal22427120124036331443576
Binary1001010010111001100000011010001111011011110010011101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94B981

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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