#94B563

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

Shades of Olivine #94B563

Tints of Olivine #94B563

Color information

#94B563 (or 0x94B563) is unknown color: approx Olivine. HEX triplet: 94, B5 and 63. RGB value is (148,181,99). Sum of RGB (Red+Green+Blue) = 148+181+99=428 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.58% from 428); Green value is 181 (71.09% from 255 or 42.29% from 428); Blue value is 99 (39.06% from 255 or 23.13% from 428); Max value from RGB is 181 - color contains mainly: green. Hex color #94B563 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94B563 is #6B4A9C. Grayscale: #A2A2A2. Windows color (decimal): -7031453 or 6534548. OLE color: 6534548.

HSL color Cylindrical-coordinate representation of color #94B563: hue angle of 84.15º degrees, saturation: 0.36, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #94B563 is Cyan = 0.18, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.29.

Color convert

RGB14818199-
CMYK0.1800.450.29
HSL84.15º35.65%54.9%-
HSV(B)84.15º45.3%70.98%-
XYZ30.9940.2417.94-
YUV161.7892.57118.17-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 34.58%
GREEN value IS 181 (71.09% from 255) = 42.29%
BLUE value IS 99 (39.06% from 255) = 23.13%
R=34.58%
G=42.29%
B=23.13%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal148181990.1800.450.2984.1535.6554.9
Hex94B5631202D1D542437
Octal22426514322055351244467
Binary10010100101101011100011100100101101111011010100100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94B563

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,181,99); }

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

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

 a { background-color: rgb(148,181,99); }

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

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

 span { border-color: rgb(148,181,99); }

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