#9DB329

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

Shades of Bahia #9DB329

Tints of Bahia #9DB329

Color information

#9DB329 (or 0x9DB329) is unknown color: approx Bahia. HEX triplet: 9D, B3 and 29. RGB value is (157,179,41). Sum of RGB (Red+Green+Blue) = 157+179+41=377 (49% of max value = 765). Red value is 157 (61.72% from 255 or 41.64% from 377); Green value is 179 (70.31% from 255 or 47.48% from 377); Blue value is 41 (16.41% from 255 or 10.88% from 377); Max value from RGB is 179 - color contains mainly: green. Hex color #9DB329 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9DB329 is #624CD6. Grayscale: #9D9D9D. Windows color (decimal): -6442199 or 2732957. OLE color: 2732957.

HSL color Cylindrical-coordinate representation of color #9DB329: hue angle of 69.57º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #9DB329 is Cyan = 0.12, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.30.

Color convert

RGB15717941-
CMYK0.1200.770.30
HSL69.57º62.73%43.14%-
HSV(B)69.57º77.09%70.2%-
XYZ30.4239.578.13-
YUV156.6962.71128.22-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 41.64%
GREEN value IS 179 (70.31% from 255) = 47.48%
BLUE value IS 41 (16.41% from 255) = 10.88%
R=41.64%
G=47.48%
B=10.88%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal157179410.1200.770.3069.5762.7343.14
Hex9DB329C04D1E463f2b
Octal23526351140115361067753
Binary1001110110110011101001110001001101111101000110111111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DB329

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,179,41); }

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

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

 a { background-color: rgb(157,179,41); }

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

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

 span { border-color: rgb(157,179,41); }

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