#9FBF1C

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

Shades of Bahia #9FBF1C

Tints of Bahia #9FBF1C

Color information

#9FBF1C (or 0x9FBF1C) is unknown color: approx Bahia. HEX triplet: 9F, BF and 1C. RGB value is (159,191,28). Sum of RGB (Red+Green+Blue) = 159+191+28=378 (50% of max value = 765). Red value is 159 (62.5% from 255 or 42.06% from 378); Green value is 191 (75% from 255 or 50.53% from 378); Blue value is 28 (11.33% from 255 or 7.41% from 378); Max value from RGB is 191 - color contains mainly: green. Hex color #9FBF1C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9FBF1C is #6040E3. Grayscale: #A3A3A3. Windows color (decimal): -6308068 or 1884063. OLE color: 1884063.

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

Color convert

RGB15919128-
CMYK0.1700.850.25
HSL71.78º74.43%42.94%-
HSV(B)71.78º85.34%74.9%-
XYZ33.1444.727.98-
YUV162.8551.9125.25-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 42.06%
GREEN value IS 191 (75% from 255) = 50.53%
BLUE value IS 28 (11.33% from 255) = 7.41%
R=42.06%
G=50.53%
B=7.41%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal159191280.1700.850.2571.7874.4342.94
Hex9FBF1C1105519484a2b
Octal237277342101253111011253
Binary10011111101111111110010001010101011100110010001001010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FBF1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,191,28); }

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

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

 a { background-color: rgb(159,191,28); }

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

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

 span { border-color: rgb(159,191,28); }

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