#9CC21D

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

Shades of Bahia #9CC21D

Tints of Bahia #9CC21D

Color information

#9CC21D (or 0x9CC21D) is unknown color: approx Bahia. HEX triplet: 9C, C2 and 1D. RGB value is (156,194,29). Sum of RGB (Red+Green+Blue) = 156+194+29=379 (50% of max value = 765). Red value is 156 (61.33% from 255 or 41.16% from 379); Green value is 194 (76.17% from 255 or 51.19% from 379); Blue value is 29 (11.72% from 255 or 7.65% from 379); Max value from RGB is 194 - color contains mainly: green. Hex color #9CC21D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9CC21D is #633DE2. Grayscale: #A4A4A4. Windows color (decimal): -6503907 or 1950364. OLE color: 1950364.

HSL color Cylindrical-coordinate representation of color #9CC21D: hue angle of 73.82º degrees, saturation: 0.74, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #9CC21D is Cyan = 0.20, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.24.

Color convert

RGB15619429-
CMYK0.2000.850.24
HSL73.82º73.99%43.73%-
HSV(B)73.82º85.05%76.08%-
XYZ33.2245.748.24-
YUV163.8351.91122.42-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 41.16%
GREEN value IS 194 (76.17% from 255) = 51.19%
BLUE value IS 29 (11.72% from 255) = 7.65%
R=41.16%
G=51.19%
B=7.65%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal156194290.2000.850.2473.8273.9943.73
Hex9CC21D14055184a4a2c
Octal234302352401253011211254
Binary10011100110000101110110100010101011100010010101001010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CC21D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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