#9FBA28

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

Shades of Bahia #9FBA28

Tints of Bahia #9FBA28

Color information

#9FBA28 (or 0x9FBA28) is unknown color: approx Bahia. HEX triplet: 9F, BA and 28. RGB value is (159,186,40). Sum of RGB (Red+Green+Blue) = 159+186+40=385 (50% of max value = 765). Red value is 159 (62.5% from 255 or 41.30% from 385); Green value is 186 (73.05% from 255 or 48.31% from 385); Blue value is 40 (16.02% from 255 or 10.39% from 385); Max value from RGB is 186 - color contains mainly: green. Hex color #9FBA28 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9FBA28 is #6045D7. Grayscale: #A1A1A1. Windows color (decimal): -6309336 or 2669215. OLE color: 2669215.

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

Color convert

RGB15918640-
CMYK0.1500.780.27
HSL71.1º64.6%44.31%-
HSV(B)71.1º78.49%72.94%-
XYZ32.2442.648.54-
YUV161.2859.55126.37-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 41.30%
GREEN value IS 186 (73.05% from 255) = 48.31%
BLUE value IS 40 (16.02% from 255) = 10.39%
R=41.30%
G=48.31%
B=10.39%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal159186400.1500.780.2771.164.644.31
Hex9FBA28F04E1B47412c
Octal237272501701163310710154
Binary10011111101110101010001111010011101101110001111000001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FBA28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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