#94C219

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

Shades of Bahia #94C219

Tints of Bahia #94C219

Color information

#94C219 (or 0x94C219) is unknown color: approx Bahia. HEX triplet: 94, C2 and 19. RGB value is (148,194,25). Sum of RGB (Red+Green+Blue) = 148+194+25=367 (48% of max value = 765). Red value is 148 (58.20% from 255 or 40.33% from 367); Green value is 194 (76.17% from 255 or 52.86% from 367); Blue value is 25 (10.16% from 255 or 6.81% from 367); Max value from RGB is 194 - color contains mainly: green. Hex color #94C219 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #94C219 is #6B3DE6. Grayscale: #A1A1A1. Windows color (decimal): -7028199 or 1688212. OLE color: 1688212.

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

Color convert

RGB14819425-
CMYK0.2400.870.24
HSL76.33º77.17%42.94%-
HSV(B)76.33º87.11%76.08%-
XYZ31.6844.957.93-
YUV160.9851.26118.74-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 40.33%
GREEN value IS 194 (76.17% from 255) = 52.86%
BLUE value IS 25 (10.16% from 255) = 6.81%
R=40.33%
G=52.86%
B=6.81%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal148194250.2400.870.2476.3377.1742.94
Hex94C21918057184c4d2b
Octal224302313001273011411553
Binary10010100110000101100111000010101111100010011001001101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94C219

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,194,25); }

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

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

 a { background-color: rgb(148,194,25); }

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

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

 span { border-color: rgb(148,194,25); }

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