#94C461

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

Shades of Olivine #94C461

Tints of Olivine #94C461

Color information

#94C461 (or 0x94C461) is unknown color: approx Olivine. HEX triplet: 94, C4 and 61. RGB value is (148,196,97). Sum of RGB (Red+Green+Blue) = 148+196+97=441 (58% of max value = 765). Red value is 148 (58.20% from 255 or 33.56% from 441); Green value is 196 (76.95% from 255 or 44.44% from 441); Blue value is 97 (38.28% from 255 or 22.00% from 441); Max value from RGB is 196 - color contains mainly: green. Hex color #94C461 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94C461 is #6B3B9E. Grayscale: #AAAAAA. Windows color (decimal): -7027615 or 6407316. OLE color: 6407316.

HSL color Cylindrical-coordinate representation of color #94C461: hue angle of 89.09º degrees, saturation: 0.46, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #94C461 is Cyan = 0.24, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.23.

Color convert

RGB14819697-
CMYK0.2400.510.23
HSL89.09º45.62%57.45%-
HSV(B)89.09º50.51%76.86%-
XYZ34.1146.6418.51-
YUV170.3686.6112.05-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 33.56%
GREEN value IS 196 (76.95% from 255) = 44.44%
BLUE value IS 97 (38.28% from 255) = 22.00%
R=33.56%
G=44.44%
B=22.00%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal148196970.2400.510.2389.0945.6257.45
Hex94C4611803317592e39
Octal22430414130063271315671
Binary10010100110001001100001110000110011101111011001101110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94C461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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