#9CCF11

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

Shades of Bahia #9CCF11

Tints of Bahia #9CCF11

Color information

#9CCF11 (or 0x9CCF11) is unknown color: approx Bahia. HEX triplet: 9C, CF and 11. RGB value is (156,207,17). Sum of RGB (Red+Green+Blue) = 156+207+17=380 (50% of max value = 765). Red value is 156 (61.33% from 255 or 41.05% from 380); Green value is 207 (81.25% from 255 or 54.47% from 380); Blue value is 17 (7.03% from 255 or 4.47% from 380); Max value from RGB is 207 - color contains mainly: green. Hex color #9CCF11 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9CCF11 is #6330EE. Grayscale: #AAAAAA. Windows color (decimal): -6500591 or 1167260. OLE color: 1167260.

HSL color Cylindrical-coordinate representation of color #9CCF11: hue angle of 76.11º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9CCF11 is Cyan = 0.25, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.19.

Color convert

RGB15620717-
CMYK0.2500.920.19
HSL76.11º84.82%43.92%-
HSV(B)76.11º91.79%81.18%-
XYZ36.1251.738.61-
YUV170.0941.6117.95-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 41.05%
GREEN value IS 207 (81.25% from 255) = 54.47%
BLUE value IS 17 (7.03% from 255) = 4.47%
R=41.05%
G=54.47%
B=4.47%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal156207170.2500.920.1976.1184.8243.92
Hex9CCF111905C134c552c
Octal234317213101342311412554
Binary10011100110011111000111001010111001001110011001010101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CCF11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,207,17); }

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

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

 a { background-color: rgb(156,207,17); }

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

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

 span { border-color: rgb(156,207,17); }

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