#94C46C

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

Shades of Olivine #94C46C

Tints of Olivine #94C46C

Color information

#94C46C (or 0x94C46C) is unknown color: approx Olivine. HEX triplet: 94, C4 and 6C. RGB value is (148,196,108). Sum of RGB (Red+Green+Blue) = 148+196+108=452 (59% of max value = 765). Red value is 148 (58.20% from 255 or 32.74% from 452); Green value is 196 (76.95% from 255 or 43.36% from 452); Blue value is 108 (42.58% from 255 or 23.89% from 452); Max value from RGB is 196 - color contains mainly: green. Hex color #94C46C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94C46C is #6B3B93. Grayscale: #ABABAB. Windows color (decimal): -7027604 or 7128212. OLE color: 7128212.

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

Color convert

RGB148196108-
CMYK0.2400.450.23
HSL92.73º42.72%59.61%-
HSV(B)92.73º44.9%76.86%-
XYZ34.6646.8621.41-
YUV171.6292.1111.16-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 32.74%
GREEN value IS 196 (76.95% from 255) = 43.36%
BLUE value IS 108 (42.58% from 255) = 23.89%
R=32.74%
G=43.36%
B=23.89%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1481961080.2400.450.2392.7342.7259.61
Hex94C46C1802D175d2b3c
Octal22430415430055271355374
Binary10010100110001001101100110000101101101111011101101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94C46C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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