#9CC219

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

Shades of Bahia #9CC219

Tints of Bahia #9CC219

Color information

#9CC219 (or 0x9CC219) is unknown color: approx Bahia. HEX triplet: 9C, C2 and 19. RGB value is (156,194,25). Sum of RGB (Red+Green+Blue) = 156+194+25=375 (49% of max value = 765). Red value is 156 (61.33% from 255 or 41.6% from 375); Green value is 194 (76.17% from 255 or 51.73% from 375); Blue value is 25 (10.16% from 255 or 6.67% from 375); Max value from RGB is 194 - color contains mainly: green. Hex color #9CC219 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9CC219 is #633DE6. Grayscale: #A4A4A4. Windows color (decimal): -6503911 or 1688220. OLE color: 1688220.

HSL color Cylindrical-coordinate representation of color #9CC219: hue angle of 73.49º 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 #9CC219 is Cyan = 0.20, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.24.

Color convert

RGB15619425-
CMYK0.2000.870.24
HSL73.49º77.17%42.94%-
HSV(B)73.49º87.11%76.08%-
XYZ33.1845.728-
YUV163.3749.91122.74-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 41.6%
GREEN value IS 194 (76.17% from 255) = 51.73%
BLUE value IS 25 (10.16% from 255) = 6.67%
R=41.6%
G=51.73%
B=6.67%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal156194250.2000.870.2473.4977.1742.94
Hex9CC2191405718494d2b
Octal234302312401273011111553
Binary10011100110000101100110100010101111100010010011001101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CC219

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9CC219; }

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

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

<style>
 a { background-color: #9CC219; }

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

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

<style>
 span { border-color: #9CC219; }

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

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