#9DB728

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

Shades of Bahia #9DB728

Tints of Bahia #9DB728

Color information

#9DB728 (or 0x9DB728) is unknown color: approx Bahia. HEX triplet: 9D, B7 and 28. RGB value is (157,183,40). Sum of RGB (Red+Green+Blue) = 157+183+40=380 (50% of max value = 765). Red value is 157 (61.72% from 255 or 41.32% from 380); Green value is 183 (71.88% from 255 or 48.16% from 380); Blue value is 40 (16.02% from 255 or 10.53% from 380); Max value from RGB is 183 - color contains mainly: green. Hex color #9DB728 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9DB728 is #6248D7. Grayscale: #9F9F9F. Windows color (decimal): -6441176 or 2668445. OLE color: 2668445.

HSL color Cylindrical-coordinate representation of color #9DB728: hue angle of 70.91º 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 #9DB728 is Cyan = 0.14, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.28.

Color convert

RGB15718340-
CMYK0.1400.780.28
HSL70.91º64.13%43.73%-
HSV(B)70.91º78.14%71.76%-
XYZ31.2241.198.31-
YUV158.9260.89126.63-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 41.32%
GREEN value IS 183 (71.88% from 255) = 48.16%
BLUE value IS 40 (16.02% from 255) = 10.53%
R=41.32%
G=48.16%
B=10.53%

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
Decimal157183400.1400.780.2870.9164.1343.73
Hex9DB728E04E1C47402c
Octal235267501601163410710054
Binary10011101101101111010001110010011101110010001111000000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DB728

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,183,40); }

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

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

 a { background-color: rgb(157,183,40); }

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

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

 span { border-color: rgb(157,183,40); }

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