#9cbc1f

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

Shades of Bahia #9CBC1F

Tints of Bahia #9CBC1F

Color information

#9CBC1F (or 0x9CBC1F) is unknown color: approx Bahia. HEX triplet: 9C, BC and 1F. RGB value is (156,188,31). Sum of RGB (Red+Green+Blue) = 156+188+31=375 (49% of max value = 765). Red value is 156 (61.33% from 255 or 41.6% from 375); Green value is 188 (73.83% from 255 or 50.13% from 375); Blue value is 31 (12.5% from 255 or 8.27% from 375); Max value from RGB is 188 - color contains mainly: green. Hex color #9CBC1F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9CBC1F is #6343E0. Grayscale: #A1A1A1. Windows color (decimal): -6505441 or 2079900. OLE color: 2079900.

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

Color convert

RGB15618831-
CMYK0.1700.840.26
HSL72.23º71.69%42.94%-
HSV(B)72.23º83.51%73.73%-
XYZ31.9443.137.94-
YUV160.5354.9124.77-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 41.6%
GREEN value IS 188 (73.83% from 255) = 50.13%
BLUE value IS 31 (12.5% from 255) = 8.27%
R=41.6%
G=50.13%
B=8.27%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal156188310.1700.840.2672.2371.6942.94
Hex9CBC1F110541A48482b
Octal234274372101243211011053
Binary10011100101111001111110001010101001101010010001001000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9cbc1f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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