#9FB11C

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

Shades of Bahia #9FB11C

Tints of Bahia #9FB11C

Color information

#9FB11C (or 0x9FB11C) is unknown color: approx Bahia. HEX triplet: 9F, B1 and 1C. RGB value is (159,177,28). Sum of RGB (Red+Green+Blue) = 159+177+28=364 (48% of max value = 765). Red value is 159 (62.5% from 255 or 43.68% from 364); Green value is 177 (69.53% from 255 or 48.63% from 364); Blue value is 28 (11.33% from 255 or 7.69% from 364); Max value from RGB is 177 - color contains mainly: green. Hex color #9FB11C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9FB11C is #604EE3. Grayscale: #9B9B9B. Windows color (decimal): -6311652 or 1880479. OLE color: 1880479.

HSL color Cylindrical-coordinate representation of color #9FB11C: hue angle of 67.25º degrees, saturation: 0.73, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9FB11C is Cyan = 0.10, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.31.

Color convert

RGB15917728-
CMYK0.1000.840.31
HSL67.25º72.68%40.2%-
HSV(B)67.25º84.18%69.41%-
XYZ30.2338.97.01-
YUV154.6356.54131.12-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 43.68%
GREEN value IS 177 (69.53% from 255) = 48.63%
BLUE value IS 28 (11.33% from 255) = 7.69%
R=43.68%
G=48.63%
B=7.69%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal159177280.1000.840.3167.2572.6840.2
Hex9FB11CA0541F434928
Octal237261341201243710311150
Binary1001111110110001111001010010101001111110000111001001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FB11C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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