#94B181

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

Shades of Olivine #94B181

Tints of Olivine #94B181

Color information

#94B181 (or 0x94B181) is unknown color: approx Olivine. HEX triplet: 94, B1 and 81. RGB value is (148,177,129). Sum of RGB (Red+Green+Blue) = 148+177+129=454 (60% of max value = 765). Red value is 148 (58.20% from 255 or 32.60% from 454); Green value is 177 (69.53% from 255 or 38.99% from 454); Blue value is 129 (50.78% from 255 or 28.41% from 454); Max value from RGB is 177 - color contains mainly: green. Hex color #94B181 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #94B181 is #6B4E7E. Grayscale: #A3A3A3. Windows color (decimal): -7032447 or 8499604. OLE color: 8499604.

HSL color Cylindrical-coordinate representation of color #94B181: hue angle of 96.25º degrees, saturation: 0.24, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #94B181 is Cyan = 0.16, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.31.

Color convert

RGB148177129-
CMYK0.1600.270.31
HSL96.25º23.53%60%-
HSV(B)96.25º27.12%69.41%-
XYZ31.939.3326.68-
YUV162.86108.89117.4-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 32.60%
GREEN value IS 177 (69.53% from 255) = 38.99%
BLUE value IS 129 (50.78% from 255) = 28.41%
R=32.60%
G=38.99%
B=28.41%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1481771290.1600.270.3196.2523.5360
Hex94B1811001B1F60183c
Octal22426120120033371403074
Binary1001010010110001100000011000001101111111110000011000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94B181

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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