#9CBB21

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

Shades of Bahia #9CBB21

Tints of Bahia #9CBB21

Color information

#9CBB21 (or 0x9CBB21) is unknown color: approx Bahia. HEX triplet: 9C, BB and 21. RGB value is (156,187,33). Sum of RGB (Red+Green+Blue) = 156+187+33=376 (49% of max value = 765). Red value is 156 (61.33% from 255 or 41.49% from 376); Green value is 187 (73.44% from 255 or 49.73% from 376); Blue value is 33 (13.28% from 255 or 8.78% from 376); Max value from RGB is 187 - color contains mainly: green. Hex color #9CBB21 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9CBB21 is #6344DE. Grayscale: #A0A0A0. Windows color (decimal): -6505695 or 2210716. OLE color: 2210716.

HSL color Cylindrical-coordinate representation of color #9CBB21: hue angle of 72.08º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #9CBB21 is Cyan = 0.17, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.27.

Color convert

RGB15618733-
CMYK0.1700.820.27
HSL72.08º70%43.14%-
HSV(B)72.08º82.35%73.33%-
XYZ31.7642.728.01-
YUV160.1756.23125.02-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 41.49%
GREEN value IS 187 (73.44% from 255) = 49.73%
BLUE value IS 33 (13.28% from 255) = 8.78%
R=41.49%
G=49.73%
B=8.78%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal156187330.1700.820.2772.087043.14
Hex9CBB21110521B48462b
Octal234273412101223311010653
Binary100111001011101110000110001010100101101110010001000110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CBB21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,187,33); }

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

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

 a { background-color: rgb(156,187,33); }

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

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

 span { border-color: rgb(156,187,33); }

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