#94BC76

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

Shades of Olivine #94BC76

Tints of Olivine #94BC76

Color information

#94BC76 (or 0x94BC76) is unknown color: approx Olivine. HEX triplet: 94, BC and 76. RGB value is (148,188,118). Sum of RGB (Red+Green+Blue) = 148+188+118=454 (60% of max value = 765). Red value is 148 (58.20% from 255 or 32.60% from 454); Green value is 188 (73.83% from 255 or 41.41% from 454); Blue value is 118 (46.48% from 255 or 25.99% from 454); Max value from RGB is 188 - color contains mainly: green. Hex color #94BC76 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94BC76 is #6B4389. Grayscale: #A8A8A8. Windows color (decimal): -7029642 or 7781524. OLE color: 7781524.

HSL color Cylindrical-coordinate representation of color #94BC76: hue angle of 94.29º degrees, saturation: 0.34, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #94BC76 is Cyan = 0.21, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.26.

Color convert

RGB148188118-
CMYK0.2100.370.26
HSL94.29º34.31%60%-
HSV(B)94.29º37.23%73.73%-
XYZ33.4743.5723.79-
YUV168.0699.75113.69-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 32.60%
GREEN value IS 188 (73.83% from 255) = 41.41%
BLUE value IS 118 (46.48% from 255) = 25.99%
R=32.60%
G=41.41%
B=25.99%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1481881180.2100.370.2694.2934.3160
Hex94BC76150251A5e223c
Octal22427416625045321364274
Binary10010100101111001110110101010100101110101011110100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94BC76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,188,118); }

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

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

 a { background-color: rgb(148,188,118); }

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

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

 span { border-color: rgb(148,188,118); }

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