#94BE61

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

Shades of Olivine #94BE61

Tints of Olivine #94BE61

Color information

#94BE61 (or 0x94BE61) is unknown color: approx Olivine. HEX triplet: 94, BE and 61. RGB value is (148,190,97). Sum of RGB (Red+Green+Blue) = 148+190+97=435 (57% of max value = 765). Red value is 148 (58.20% from 255 or 34.02% from 435); Green value is 190 (74.61% from 255 or 43.68% from 435); Blue value is 97 (38.28% from 255 or 22.30% from 435); Max value from RGB is 190 - color contains mainly: green. Hex color #94BE61 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94BE61 is #6B419E. Grayscale: #A7A7A7. Windows color (decimal): -7029151 or 6405780. OLE color: 6405780.

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

Color convert

RGB14819097-
CMYK0.2200.490.25
HSL87.1º41.7%56.27%-
HSV(B)87.1º48.95%74.51%-
XYZ32.7843.9918.07-
YUV166.8488.59114.56-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 34.02%
GREEN value IS 190 (74.61% from 255) = 43.68%
BLUE value IS 97 (38.28% from 255) = 22.30%
R=34.02%
G=43.68%
B=22.30%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal148190970.2200.490.2587.141.756.27
Hex94BE611603119572a38
Octal22427614126061311275270
Binary10010100101111101100001101100110001110011010111101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94BE61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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