#94C169

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

Shades of Olivine #94C169

Tints of Olivine #94C169

Color information

#94C169 (or 0x94C169) is unknown color: approx Olivine. HEX triplet: 94, C1 and 69. RGB value is (148,193,105). Sum of RGB (Red+Green+Blue) = 148+193+105=446 (59% of max value = 765). Red value is 148 (58.20% from 255 or 33.18% from 446); Green value is 193 (75.78% from 255 or 43.27% from 446); Blue value is 105 (41.41% from 255 or 23.54% from 446); Max value from RGB is 193 - color contains mainly: green. Hex color #94C169 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94C169 is #6B3E96. Grayscale: #A9A9A9. Windows color (decimal): -7028375 or 6930836. OLE color: 6930836.

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

Color convert

RGB148193105-
CMYK0.2300.460.24
HSL90.68º41.51%58.43%-
HSV(B)90.68º45.6%75.69%-
XYZ33.8345.4620.36-
YUV169.5191.59112.66-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 33.18%
GREEN value IS 193 (75.78% from 255) = 43.27%
BLUE value IS 105 (41.41% from 255) = 23.54%
R=33.18%
G=43.27%
B=23.54%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1481931050.2300.460.2490.6841.5158.43
Hex94C1691702E185b2a3a
Octal22430115127056301335272
Binary10010100110000011101001101110101110110001011011101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94C169

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,193,105); }

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

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

 a { background-color: rgb(148,193,105); }

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

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

 span { border-color: rgb(148,193,105); }

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