#9FBA2E

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

Shades of Bahia #9FBA2E

Tints of Bahia #9FBA2E

Color information

#9FBA2E (or 0x9FBA2E) is unknown color: approx Bahia. HEX triplet: 9F, BA and 2E. RGB value is (159,186,46). Sum of RGB (Red+Green+Blue) = 159+186+46=391 (51% of max value = 765). Red value is 159 (62.5% from 255 or 40.66% from 391); Green value is 186 (73.05% from 255 or 47.57% from 391); Blue value is 46 (18.36% from 255 or 11.76% from 391); Max value from RGB is 186 - color contains mainly: green. Hex color #9FBA2E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9FBA2E is #6045D1. Grayscale: #A2A2A2. Windows color (decimal): -6309330 or 3062431. OLE color: 3062431.

HSL color Cylindrical-coordinate representation of color #9FBA2E: hue angle of 71.57º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #9FBA2E is Cyan = 0.15, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.27.

Color convert

RGB15918646-
CMYK0.1500.750.27
HSL71.57º60.34%45.49%-
HSV(B)71.57º75.27%72.94%-
XYZ32.3542.699.12-
YUV161.9762.55125.88-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 40.66%
GREEN value IS 186 (73.05% from 255) = 47.57%
BLUE value IS 46 (18.36% from 255) = 11.76%
R=40.66%
G=47.57%
B=11.76%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal159186460.1500.750.2771.5760.3445.49
Hex9FBA2EF04B1B483c2d
Octal23727256170113331107455
Binary1001111110111010101110111101001011110111001000111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FBA2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,186,46); }

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

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

 a { background-color: rgb(159,186,46); }

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

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

 span { border-color: rgb(159,186,46); }

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