#94B273

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

Shades of Olivine #94B273

Tints of Olivine #94B273

Color information

#94B273 (or 0x94B273) is unknown color: approx Olivine. HEX triplet: 94, B2 and 73. RGB value is (148,178,115). Sum of RGB (Red+Green+Blue) = 148+178+115=441 (58% of max value = 765). Red value is 148 (58.20% from 255 or 33.56% from 441); Green value is 178 (69.92% from 255 or 40.36% from 441); Blue value is 115 (45.31% from 255 or 26.08% from 441); Max value from RGB is 178 - color contains mainly: green. Hex color #94B273 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #94B273 is #6B4D8C. Grayscale: #A2A2A2. Windows color (decimal): -7032205 or 7582356. OLE color: 7582356.

HSL color Cylindrical-coordinate representation of color #94B273: hue angle of 88.57º degrees, saturation: 0.29, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #94B273 is Cyan = 0.17, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.30.

Color convert

RGB148178115-
CMYK0.1700.350.30
HSL88.57º29.03%57.45%-
HSV(B)88.57º35.39%69.8%-
XYZ31.2339.3722.17-
YUV161.85101.56118.12-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 33.56%
GREEN value IS 178 (69.92% from 255) = 40.36%
BLUE value IS 115 (45.31% from 255) = 26.08%
R=33.56%
G=40.36%
B=26.08%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1481781150.1700.350.3088.5729.0357.45
Hex94B273110231E591d39
Octal22426216321043361313571
Binary1001010010110010111001110001010001111110101100111101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94B273

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,178,115); }

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

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

 a { background-color: rgb(148,178,115); }

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

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

 span { border-color: rgb(148,178,115); }

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