#9FB730

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

Shades of Bahia #9FB730

Tints of Bahia #9FB730

Color information

#9FB730 (or 0x9FB730) is unknown color: approx Bahia. HEX triplet: 9F, B7 and 30. RGB value is (159,183,48). Sum of RGB (Red+Green+Blue) = 159+183+48=390 (51% of max value = 765). Red value is 159 (62.5% from 255 or 40.77% from 390); Green value is 183 (71.88% from 255 or 46.92% from 390); Blue value is 48 (19.14% from 255 or 12.31% from 390); Max value from RGB is 183 - color contains mainly: green. Hex color #9FB730 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9FB730 is #6048CF. Grayscale: #A0A0A0. Windows color (decimal): -6310096 or 3192735. OLE color: 3192735.

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

Color convert

RGB15918348-
CMYK0.1300.740.28
HSL70.67º58.44%45.29%-
HSV(B)70.67º73.77%71.76%-
XYZ31.7741.459.12-
YUV160.4364.55126.98-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 40.77%
GREEN value IS 183 (71.88% from 255) = 46.92%
BLUE value IS 48 (19.14% from 255) = 12.31%
R=40.77%
G=46.92%
B=12.31%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal159183480.1300.740.2870.6758.4445.29
Hex9FB730D04A1C473a2d
Octal23726760150112341077255
Binary1001111110110111110000110101001010111001000111111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FB730

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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