#9CCA17

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

Shades of Bahia #9CCA17

Tints of Bahia #9CCA17

Color information

#9CCA17 (or 0x9CCA17) is unknown color: approx Bahia. HEX triplet: 9C, CA and 17. RGB value is (156,202,23). Sum of RGB (Red+Green+Blue) = 156+202+23=381 (50% of max value = 765). Red value is 156 (61.33% from 255 or 40.94% from 381); Green value is 202 (79.30% from 255 or 53.02% from 381); Blue value is 23 (9.38% from 255 or 6.04% from 381); Max value from RGB is 202 - color contains mainly: green. Hex color #9CCA17 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9CCA17 is #6335E8. Grayscale: #A8A8A8. Windows color (decimal): -6501865 or 1559196. OLE color: 1559196.

HSL color Cylindrical-coordinate representation of color #9CCA17: hue angle of 75.42º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9CCA17 is Cyan = 0.23, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.21.

Color convert

RGB15620223-
CMYK0.2300.890.21
HSL75.42º79.56%44.12%-
HSV(B)75.42º88.61%79.22%-
XYZ34.9949.378.5-
YUV167.8446.26119.55-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 40.94%
GREEN value IS 202 (79.30% from 255) = 53.02%
BLUE value IS 23 (9.38% from 255) = 6.04%
R=40.94%
G=53.02%
B=6.04%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal156202230.2300.890.2175.4279.5644.12
Hex9CCA1717059154b502c
Octal234312272701312511312054
Binary10011100110010101011110111010110011010110010111010000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CCA17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,202,23); }

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

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

 a { background-color: rgb(156,202,23); }

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

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

 span { border-color: rgb(156,202,23); }

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