#9FB82E

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

Shades of Bahia #9FB82E

Tints of Bahia #9FB82E

Color information

#9FB82E (or 0x9FB82E) is unknown color: approx Bahia. HEX triplet: 9F, B8 and 2E. RGB value is (159,184,46). Sum of RGB (Red+Green+Blue) = 159+184+46=389 (51% of max value = 765). Red value is 159 (62.5% from 255 or 40.87% from 389); Green value is 184 (72.27% from 255 or 47.30% from 389); Blue value is 46 (18.36% from 255 or 11.83% from 389); Max value from RGB is 184 - color contains mainly: green. Hex color #9FB82E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9FB82E is #6047D1. Grayscale: #A1A1A1. Windows color (decimal): -6309842 or 3061919. OLE color: 3061919.

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

Color convert

RGB15918446-
CMYK0.1400.750.28
HSL70.87º60%45.1%-
HSV(B)70.87º75%72.16%-
XYZ31.9341.858.98-
YUV160.7963.22126.72-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 40.87%
GREEN value IS 184 (72.27% from 255) = 47.30%
BLUE value IS 46 (18.36% from 255) = 11.83%
R=40.87%
G=47.30%
B=11.83%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal159184460.1400.750.2870.876045.1
Hex9FB82EE04B1C473c2d
Octal23727056160113341077455
Binary1001111110111000101110111001001011111001000111111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FB82E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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