#9FB71A

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

Shades of Bahia #9FB71A

Tints of Bahia #9FB71A

Color information

#9FB71A (or 0x9FB71A) is unknown color: approx Bahia. HEX triplet: 9F, B7 and 1A. RGB value is (159,183,26). Sum of RGB (Red+Green+Blue) = 159+183+26=368 (48% of max value = 765). Red value is 159 (62.5% from 255 or 43.21% from 368); Green value is 183 (71.88% from 255 or 49.73% from 368); Blue value is 26 (10.55% from 255 or 7.07% from 368); Max value from RGB is 183 - color contains mainly: green. Hex color #9FB71A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9FB71A is #6048E5. Grayscale: #9E9E9E. Windows color (decimal): -6310118 or 1750943. OLE color: 1750943.

HSL color Cylindrical-coordinate representation of color #9FB71A: hue angle of 69.17º degrees, saturation: 0.75, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #9FB71A is Cyan = 0.13, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.28.

Color convert

RGB15918326-
CMYK0.1300.860.28
HSL69.17º75.12%40.98%-
HSV(B)69.17º85.79%71.76%-
XYZ31.4241.317.3-
YUV157.9353.55128.77-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 43.21%
GREEN value IS 183 (71.88% from 255) = 49.73%
BLUE value IS 26 (10.55% from 255) = 7.07%
R=43.21%
G=49.73%
B=7.07%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal159183260.1300.860.2869.1775.1240.98
Hex9FB71AD0561C454b29
Octal237267321501263410511351
Binary1001111110110111110101101010101101110010001011001011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FB71A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,183,26); }

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

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

 a { background-color: rgb(159,183,26); }

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

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

 span { border-color: rgb(159,183,26); }

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