#9CBC27

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

Shades of Bahia #9CBC27

Tints of Bahia #9CBC27

Color information

#9CBC27 (or 0x9CBC27) is unknown color: approx Bahia. HEX triplet: 9C, BC and 27. RGB value is (156,188,39). Sum of RGB (Red+Green+Blue) = 156+188+39=383 (50% of max value = 765). Red value is 156 (61.33% from 255 or 40.73% from 383); Green value is 188 (73.83% from 255 or 49.09% from 383); Blue value is 39 (15.62% from 255 or 10.18% from 383); Max value from RGB is 188 - color contains mainly: green. Hex color #9CBC27 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9CBC27 is #6343D8. Grayscale: #A2A2A2. Windows color (decimal): -6505433 or 2604188. OLE color: 2604188.

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

Color convert

RGB15618839-
CMYK0.1700.790.26
HSL72.89º65.64%44.51%-
HSV(B)72.89º79.26%73.73%-
XYZ32.0643.188.56-
YUV161.4558.9124.12-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 40.73%
GREEN value IS 188 (73.83% from 255) = 49.09%
BLUE value IS 39 (15.62% from 255) = 10.18%
R=40.73%
G=49.09%
B=10.18%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal156188390.1700.790.2672.8965.6444.51
Hex9CBC271104F1A49422d
Octal234274472101173211110255
Binary100111001011110010011110001010011111101010010011000010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CBC27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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