#94BF5E

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

Shades of Olivine #94BF5E

Tints of Olivine #94BF5E

Color information

#94BF5E (or 0x94BF5E) is unknown color: approx Olivine. HEX triplet: 94, BF and 5E. RGB value is (148,191,94). Sum of RGB (Red+Green+Blue) = 148+191+94=433 (57% of max value = 765). Red value is 148 (58.20% from 255 or 34.18% from 433); Green value is 191 (75% from 255 or 44.11% from 433); Blue value is 94 (37.11% from 255 or 21.71% from 433); Max value from RGB is 191 - color contains mainly: green. Hex color #94BF5E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94BF5E is #6B40A1. Grayscale: #A7A7A7. Windows color (decimal): -7028898 or 6209428. OLE color: 6209428.

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

Color convert

RGB14819194-
CMYK0.2300.510.25
HSL86.6º43.11%55.88%-
HSV(B)86.6º50.79%74.9%-
XYZ32.8644.3717.42-
YUV167.0886.75114.39-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 34.18%
GREEN value IS 191 (75% from 255) = 44.11%
BLUE value IS 94 (37.11% from 255) = 21.71%
R=34.18%
G=44.11%
B=21.71%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal148191940.2300.510.2586.643.1155.88
Hex94BF5E1703319572b38
Octal22427713627063311275370
Binary10010100101111111011110101110110011110011010111101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94BF5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,191,94); }

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

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

 a { background-color: rgb(148,191,94); }

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

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

 span { border-color: rgb(148,191,94); }

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