#9FBC2C

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

Shades of Bahia #9FBC2C

Tints of Bahia #9FBC2C

Color information

#9FBC2C (or 0x9FBC2C) is unknown color: approx Bahia. HEX triplet: 9F, BC and 2C. RGB value is (159,188,44). Sum of RGB (Red+Green+Blue) = 159+188+44=391 (51% of max value = 765). Red value is 159 (62.5% from 255 or 40.66% from 391); Green value is 188 (73.83% from 255 or 48.08% from 391); Blue value is 44 (17.58% from 255 or 11.25% from 391); Max value from RGB is 188 - color contains mainly: green. Hex color #9FBC2C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9FBC2C is #6043D3. Grayscale: #A3A3A3. Windows color (decimal): -6308820 or 2931871. OLE color: 2931871.

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

Color convert

RGB15918844-
CMYK0.1500.770.26
HSL72.08º62.07%45.49%-
HSV(B)72.08º76.6%73.73%-
XYZ32.7443.529.06-
YUV162.9160.89125.21-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 40.66%
GREEN value IS 188 (73.83% from 255) = 48.08%
BLUE value IS 44 (17.58% from 255) = 11.25%
R=40.66%
G=48.08%
B=11.25%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal159188440.1500.770.2672.0862.0745.49
Hex9FBC2CF04D1A483e2d
Octal23727454170115321107655
Binary1001111110111100101100111101001101110101001000111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FBC2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,188,44); }

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

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

 a { background-color: rgb(159,188,44); }

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

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

 span { border-color: rgb(159,188,44); }

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