#9DB828

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

Shades of Bahia #9DB828

Tints of Bahia #9DB828

Color information

#9DB828 (or 0x9DB828) is unknown color: approx Bahia. HEX triplet: 9D, B8 and 28. RGB value is (157,184,40). Sum of RGB (Red+Green+Blue) = 157+184+40=381 (50% of max value = 765). Red value is 157 (61.72% from 255 or 41.21% from 381); Green value is 184 (72.27% from 255 or 48.29% from 381); Blue value is 40 (16.02% from 255 or 10.50% from 381); Max value from RGB is 184 - color contains mainly: green. Hex color #9DB828 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9DB828 is #6247D7. Grayscale: #A0A0A0. Windows color (decimal): -6440920 or 2668701. OLE color: 2668701.

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

Color convert

RGB15718440-
CMYK0.1500.780.28
HSL71.25º64.29%43.92%-
HSV(B)71.25º78.26%72.16%-
XYZ31.4341.68.38-
YUV159.5160.55126.21-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 41.21%
GREEN value IS 184 (72.27% from 255) = 48.29%
BLUE value IS 40 (16.02% from 255) = 10.50%
R=41.21%
G=48.29%
B=10.50%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal157184400.1500.780.2871.2564.2943.92
Hex9DB828F04E1C47402c
Octal235270501701163410710054
Binary10011101101110001010001111010011101110010001111000000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DB828

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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