#94B463

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

Shades of Olivine #94B463

Tints of Olivine #94B463

Color information

#94B463 (or 0x94B463) is unknown color: approx Olivine. HEX triplet: 94, B4 and 63. RGB value is (148,180,99). Sum of RGB (Red+Green+Blue) = 148+180+99=427 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.66% from 427); Green value is 180 (70.70% from 255 or 42.15% from 427); Blue value is 99 (39.06% from 255 or 23.19% from 427); Max value from RGB is 180 - color contains mainly: green. Hex color #94B463 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94B463 is #6B4B9C. Grayscale: #A1A1A1. Windows color (decimal): -7031709 or 6534292. OLE color: 6534292.

HSL color Cylindrical-coordinate representation of color #94B463: hue angle of 83.7º degrees, saturation: 0.35, 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 #94B463 is Cyan = 0.18, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.29.

Color convert

RGB14818099-
CMYK0.1800.450.29
HSL83.7º35.06%54.71%-
HSV(B)83.7º45%70.59%-
XYZ30.7939.8417.87-
YUV161.292.9118.59-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 34.66%
GREEN value IS 180 (70.70% from 255) = 42.15%
BLUE value IS 99 (39.06% from 255) = 23.19%
R=34.66%
G=42.15%
B=23.19%

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
Decimal148180990.1800.450.2983.735.0654.71
Hex94B4631202D1D542337
Octal22426414322055351244367
Binary10010100101101001100011100100101101111011010100100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94B463

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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