#9DB422

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

Shades of Bahia #9DB422

Tints of Bahia #9DB422

Color information

#9DB422 (or 0x9DB422) is unknown color: approx Bahia. HEX triplet: 9D, B4 and 22. RGB value is (157,180,34). Sum of RGB (Red+Green+Blue) = 157+180+34=371 (49% of max value = 765). Red value is 157 (61.72% from 255 or 42.32% from 371); Green value is 180 (70.70% from 255 or 48.52% from 371); Blue value is 34 (13.67% from 255 or 9.16% from 371); Max value from RGB is 180 - color contains mainly: green. Hex color #9DB422 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9DB422 is #624BDD. Grayscale: #9D9D9D. Windows color (decimal): -6441950 or 2274461. OLE color: 2274461.

HSL color Cylindrical-coordinate representation of color #9DB422: hue angle of 69.45º degrees, saturation: 0.68, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #9DB422 is Cyan = 0.13, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.29.

Color convert

RGB15718034-
CMYK0.1300.810.29
HSL69.45º68.22%41.96%-
HSV(B)69.45º81.11%70.59%-
XYZ30.5139.937.61-
YUV156.4858.88128.37-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 42.32%
GREEN value IS 180 (70.70% from 255) = 48.52%
BLUE value IS 34 (13.67% from 255) = 9.16%
R=42.32%
G=48.52%
B=9.16%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal157180340.1300.810.2969.4568.2241.96
Hex9DB422D0511D45442a
Octal235264421501213510510452
Binary10011101101101001000101101010100011110110001011000100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DB422

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,180,34); }

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

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

 a { background-color: rgb(157,180,34); }

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

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

 span { border-color: rgb(157,180,34); }

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