#94C36C

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

Shades of Olivine #94C36C

Tints of Olivine #94C36C

Color information

#94C36C (or 0x94C36C) is unknown color: approx Olivine. HEX triplet: 94, C3 and 6C. RGB value is (148,195,108). Sum of RGB (Red+Green+Blue) = 148+195+108=451 (59% of max value = 765). Red value is 148 (58.20% from 255 or 32.82% from 451); Green value is 195 (76.56% from 255 or 43.24% from 451); Blue value is 108 (42.58% from 255 or 23.95% from 451); Max value from RGB is 195 - color contains mainly: green. Hex color #94C36C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94C36C is #6B3C93. Grayscale: #ABABAB. Windows color (decimal): -7027860 or 7127956. OLE color: 7127956.

HSL color Cylindrical-coordinate representation of color #94C36C: hue angle of 92.41º degrees, saturation: 0.42, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #94C36C is Cyan = 0.24, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.24.

Color convert

RGB148195108-
CMYK0.2400.450.24
HSL92.41º42.03%59.41%-
HSV(B)92.41º44.62%76.47%-
XYZ34.4346.4121.33-
YUV171.0392.43111.57-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 32.82%
GREEN value IS 195 (76.56% from 255) = 43.24%
BLUE value IS 108 (42.58% from 255) = 23.95%
R=32.82%
G=43.24%
B=23.95%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1481951080.2400.450.2492.4142.0359.41
Hex94C36C1802D185c2a3b
Octal22430315430055301345273
Binary10010100110000111101100110000101101110001011100101010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94C36C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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