#9CCC1A

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

Shades of Bahia #9CCC1A

Tints of Bahia #9CCC1A

Color information

#9CCC1A (or 0x9CCC1A) is unknown color: approx Bahia. HEX triplet: 9C, CC and 1A. RGB value is (156,204,26). Sum of RGB (Red+Green+Blue) = 156+204+26=386 (51% of max value = 765). Red value is 156 (61.33% from 255 or 40.41% from 386); Green value is 204 (80.08% from 255 or 52.85% from 386); Blue value is 26 (10.55% from 255 or 6.74% from 386); Max value from RGB is 204 - color contains mainly: green. Hex color #9CCC1A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9CCC1A is #6333E5. Grayscale: #AAAAAA. Windows color (decimal): -6501350 or 1756316. OLE color: 1756316.

HSL color Cylindrical-coordinate representation of color #9CCC1A: hue angle of 76.18º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #9CCC1A is Cyan = 0.24, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.2.

Color convert

RGB15620426-
CMYK0.2400.870.2
HSL76.18º77.39%45.1%-
HSV(B)76.18º87.25%80%-
XYZ35.4950.338.82-
YUV169.3647.1118.47-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 40.41%
GREEN value IS 204 (80.08% from 255) = 52.85%
BLUE value IS 26 (10.55% from 255) = 6.74%
R=40.41%
G=52.85%
B=6.74%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal156204260.2400.870.276.1877.3945.1
Hex9CCC1A18057144c4d2d
Octal234314323001272411411555
Binary10011100110011001101011000010101111010010011001001101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CCC1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,204,26); }

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

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

 a { background-color: rgb(156,204,26); }

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

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

 span { border-color: rgb(156,204,26); }

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