#94BE71

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

Shades of Olivine #94BE71

Tints of Olivine #94BE71

Color information

#94BE71 (or 0x94BE71) is unknown color: approx Olivine. HEX triplet: 94, BE and 71. RGB value is (148,190,113). Sum of RGB (Red+Green+Blue) = 148+190+113=451 (59% of max value = 765). Red value is 148 (58.20% from 255 or 32.82% from 451); Green value is 190 (74.61% from 255 or 42.13% from 451); Blue value is 113 (44.53% from 255 or 25.06% from 451); Max value from RGB is 190 - color contains mainly: green. Hex color #94BE71 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94BE71 is #6B418E. Grayscale: #A8A8A8. Windows color (decimal): -7029135 or 7454356. OLE color: 7454356.

HSL color Cylindrical-coordinate representation of color #94BE71: hue angle of 92.73º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #94BE71 is Cyan = 0.22, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.25.

Color convert

RGB148190113-
CMYK0.2200.410.25
HSL92.73º37.2%59.41%-
HSV(B)92.73º40.53%74.51%-
XYZ33.6144.3222.41-
YUV168.6696.59113.26-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 32.82%
GREEN value IS 190 (74.61% from 255) = 42.13%
BLUE value IS 113 (44.53% from 255) = 25.06%
R=32.82%
G=42.13%
B=25.06%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1481901130.2200.410.2592.7337.259.41
Hex94BE7116029195d253b
Octal22427616126051311354573
Binary10010100101111101110001101100101001110011011101100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94BE71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,190,113); }

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

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

 a { background-color: rgb(148,190,113); }

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

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

 span { border-color: rgb(148,190,113); }

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