#94BC61

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

Shades of Olivine #94BC61

Tints of Olivine #94BC61

Color information

#94BC61 (or 0x94BC61) is unknown color: approx Olivine. HEX triplet: 94, BC and 61. RGB value is (148,188,97). Sum of RGB (Red+Green+Blue) = 148+188+97=433 (57% of max value = 765). Red value is 148 (58.20% from 255 or 34.18% from 433); Green value is 188 (73.83% from 255 or 43.42% from 433); Blue value is 97 (38.28% from 255 or 22.40% from 433); Max value from RGB is 188 - color contains mainly: green. Hex color #94BC61 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94BC61 is #6B439E. Grayscale: #A5A5A5. Windows color (decimal): -7029663 or 6405268. OLE color: 6405268.

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

Color convert

RGB14818897-
CMYK0.2100.480.26
HSL86.37º40.44%55.88%-
HSV(B)86.37º48.4%73.73%-
XYZ32.3543.1317.93-
YUV165.6789.25115.4-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 34.18%
GREEN value IS 188 (73.83% from 255) = 43.42%
BLUE value IS 97 (38.28% from 255) = 22.40%
R=34.18%
G=43.42%
B=22.40%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal148188970.2100.480.2686.3740.4455.88
Hex94BC61150301A562838
Octal22427414125060321265070
Binary10010100101111001100001101010110000110101010110101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94BC61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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