#94BF65

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

Shades of Olivine #94BF65

Tints of Olivine #94BF65

Color information

#94BF65 (or 0x94BF65) is unknown color: approx Olivine. HEX triplet: 94, BF and 65. RGB value is (148,191,101). Sum of RGB (Red+Green+Blue) = 148+191+101=440 (58% of max value = 765). Red value is 148 (58.20% from 255 or 33.64% from 440); Green value is 191 (75% from 255 or 43.41% from 440); Blue value is 101 (39.84% from 255 or 22.95% from 440); Max value from RGB is 191 - color contains mainly: green. Hex color #94BF65 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94BF65 is #6B409A. Grayscale: #A8A8A8. Windows color (decimal): -7028891 or 6668180. OLE color: 6668180.

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

Color convert

RGB148191101-
CMYK0.2300.470.25
HSL88.67º41.28%57.25%-
HSV(B)88.67º47.12%74.9%-
XYZ33.1944.519.15-
YUV167.8890.25113.82-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 33.64%
GREEN value IS 191 (75% from 255) = 43.41%
BLUE value IS 101 (39.84% from 255) = 22.95%
R=33.64%
G=43.41%
B=22.95%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1481911010.2300.470.2588.6741.2857.25
Hex94BF651702F19592939
Octal22427714527057311315171
Binary10010100101111111100101101110101111110011011001101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94BF65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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