#9FBF21

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

Shades of Bahia #9FBF21

Tints of Bahia #9FBF21

Color information

#9FBF21 (or 0x9FBF21) is unknown color: approx Bahia. HEX triplet: 9F, BF and 21. RGB value is (159,191,33). Sum of RGB (Red+Green+Blue) = 159+191+33=383 (50% of max value = 765). Red value is 159 (62.5% from 255 or 41.51% from 383); Green value is 191 (75% from 255 or 49.87% from 383); Blue value is 33 (13.28% from 255 or 8.62% from 383); Max value from RGB is 191 - color contains mainly: green. Hex color #9FBF21 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9FBF21 is #6040DE. Grayscale: #A4A4A4. Windows color (decimal): -6308063 or 2211743. OLE color: 2211743.

HSL color Cylindrical-coordinate representation of color #9FBF21: hue angle of 72.15º 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 #9FBF21 is Cyan = 0.17, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.25.

Color convert

RGB15919133-
CMYK0.1700.830.25
HSL72.15º70.54%43.92%-
HSV(B)72.15º82.72%74.9%-
XYZ33.244.748.32-
YUV163.4254.4124.85-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 41.51%
GREEN value IS 191 (75% from 255) = 49.87%
BLUE value IS 33 (13.28% from 255) = 8.62%
R=41.51%
G=49.87%
B=8.62%

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
Decimal159191330.1700.830.2572.1570.5443.92
Hex9FBF21110531948472c
Octal237277412101233111010754
Binary100111111011111110000110001010100111100110010001000111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FBF21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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