#9FBF20

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

Shades of Bahia #9FBF20

Tints of Bahia #9FBF20

Color information

#9FBF20 (or 0x9FBF20) is unknown color: approx Bahia. HEX triplet: 9F, BF and 20. RGB value is (159,191,32). Sum of RGB (Red+Green+Blue) = 159+191+32=382 (50% of max value = 765). Red value is 159 (62.5% from 255 or 41.62% from 382); Green value is 191 (75% from 255 or 50% from 382); Blue value is 32 (12.89% from 255 or 8.38% from 382); Max value from RGB is 191 - color contains mainly: green. Hex color #9FBF20 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9FBF20 is #6040DF. Grayscale: #A3A3A3. Windows color (decimal): -6308064 or 2146207. OLE color: 2146207.

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

Color convert

RGB15919132-
CMYK0.1700.830.25
HSL72.08º71.3%43.73%-
HSV(B)72.08º83.25%74.9%-
XYZ33.1944.748.25-
YUV163.3153.9124.93-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 41.62%
GREEN value IS 191 (75% from 255) = 50%
BLUE value IS 32 (12.89% from 255) = 8.38%
R=41.62%
G=50%
B=8.38%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal159191320.1700.830.2572.0871.343.73
Hex9FBF20110531948472c
Octal237277402101233111010754
Binary100111111011111110000010001010100111100110010001000111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FBF20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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