#9CBC29

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

Shades of Bahia #9CBC29

Tints of Bahia #9CBC29

Color information

#9CBC29 (or 0x9CBC29) is unknown color: approx Bahia. HEX triplet: 9C, BC and 29. RGB value is (156,188,41). Sum of RGB (Red+Green+Blue) = 156+188+41=385 (50% of max value = 765). Red value is 156 (61.33% from 255 or 40.52% from 385); Green value is 188 (73.83% from 255 or 48.83% from 385); Blue value is 41 (16.41% from 255 or 10.65% from 385); Max value from RGB is 188 - color contains mainly: green. Hex color #9CBC29 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9CBC29 is #6343D6. Grayscale: #A2A2A2. Windows color (decimal): -6505431 or 2735260. OLE color: 2735260.

HSL color Cylindrical-coordinate representation of color #9CBC29: hue angle of 73.06º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #9CBC29 is Cyan = 0.17, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.26.

Color convert

RGB15618841-
CMYK0.1700.780.26
HSL73.06º64.19%44.9%-
HSV(B)73.06º78.19%73.73%-
XYZ32.0943.198.74-
YUV161.6759.9123.95-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 40.52%
GREEN value IS 188 (73.83% from 255) = 48.83%
BLUE value IS 41 (16.41% from 255) = 10.65%
R=40.52%
G=48.83%
B=10.65%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal156188410.1700.780.2673.0664.1944.9
Hex9CBC291104E1A49402d
Octal234274512101163211110055
Binary100111001011110010100110001010011101101010010011000000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CBC29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,188,41); }

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

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

 a { background-color: rgb(156,188,41); }

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

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

 span { border-color: rgb(156,188,41); }

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