Html Css Color HEX #9DB42A Bahia

📋 copy color: '#9DB42A'

red 157 ◦ green 180 ◦ blue 42

#9DB42A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bahia #9DB42A

Tints of Bahia #9DB42A

RGB

 RED value IS 157 (61.72% from 255) = 41.42%

 GREEN value IS 180 (70.7% from 255) = 47.49%

 BLUE value IS 42 (16.8% from 255) = 11.08%

R = 41.42%
G = 47.49%
B = 11.08%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.77

 K value IS 0.29

RGB Variations

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

Color information

#9DB42A (or 0x9DB42A) is known color: Bahia. HEX triplet: 9D, B4 and 2A. RGB value is (157,180,42). Sum of RGB (Red+Green+Blue) = 157+180+42=379 (50% of max value = 765). Red value is 157 (61.72% from 255 or 41.42% from 379); Green value is 180 (70.70% from 255 or 47.49% from 379); Blue value is 42 (16.80% from 255 or 11.08% from 379); Max value from RGB is 180 - color contains mainly: green. Hex color #9DB42A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9DB42A is #624BD5. Grayscale: #9D9D9D. Windows color (decimal): -6441942 or 2798749. OLE color: 2798749.

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

Color convert

RGB 157 180 42 -
CMYK 0.13 0 0.77 0.29
HSL 70º 0.62% 0.44% -
HSV(B) 70º 0.77% 0.71% -
XYZ 30.64 39.98 8.29 -
YUV 157.39 62.88 127.72 -
System Red Green Blue C M Y K H S L
Decimal 157 180 42 0.13 0 0.77 0.29 70 0.62 0.44
Hex 9D B4 2A D 0 4D 1D 46 3E 2C
Octal 235 264 52 15 0 115 35 106 76 54
Binary 10011101 10110100 101010 1101 0 1001101 11101 1000110 111110 101100

Color Harmonies of #9DB42A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DB42A

Black with #9DB42A

Text Example


Text Example

White with #9DB42A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #9DB42A;
 }
 .AnyTagClassName
 {
   color: #9DB42A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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