#9FB829

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

Shades of Bahia #9FB829

Tints of Bahia #9FB829

Color information

#9FB829 (or 0x9FB829) is unknown color: approx Bahia. HEX triplet: 9F, B8 and 29. RGB value is (159,184,41). Sum of RGB (Red+Green+Blue) = 159+184+41=384 (50% of max value = 765). Red value is 159 (62.5% from 255 or 41.41% from 384); Green value is 184 (72.27% from 255 or 47.92% from 384); Blue value is 41 (16.41% from 255 or 10.68% from 384); Max value from RGB is 184 - color contains mainly: green. Hex color #9FB829 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9FB829 is #6047D6. Grayscale: #A0A0A0. Windows color (decimal): -6309847 or 2734239. OLE color: 2734239.

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

Color convert

RGB15918441-
CMYK0.1400.780.28
HSL70.49º63.56%44.12%-
HSV(B)70.49º77.72%72.16%-
XYZ31.8441.818.49-
YUV160.2260.72127.13-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 41.41%
GREEN value IS 184 (72.27% from 255) = 47.92%
BLUE value IS 41 (16.41% from 255) = 10.68%
R=41.41%
G=47.92%
B=10.68%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal159184410.1400.780.2870.4963.5644.12
Hex9FB829E04E1C46402c
Octal237270511601163410610054
Binary10011111101110001010011110010011101110010001101000000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FB829

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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