Html Css Color HEX #9DB52A Bahia

📋 copy color: '#9DB52A'

red 157 ◦ green 181 ◦ blue 42

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

Shades of Bahia #9DB52A

Tints of Bahia #9DB52A

RGB

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

 GREEN value IS 181 (71.09% from 255) = 47.63%

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

R = 41.32%
G = 47.63%
B = 11.05%

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

#9DB52A (or 0x9DB52A) is known color: Bahia. HEX triplet: 9D, B5 and 2A. RGB value is (157,181,42). Sum of RGB (Red+Green+Blue) = 157+181+42=380 (50% of max value = 765). Red value is 157 (61.72% from 255 or 41.32% from 380); Green value is 181 (71.09% from 255 or 47.63% from 380); Blue value is 42 (16.80% from 255 or 11.05% from 380); Max value from RGB is 181 - color contains mainly: green. Hex color #9DB52A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9DB52A is #624AD5. Grayscale: #9E9E9E. Windows color (decimal): -6441686 or 2799005. OLE color: 2799005.

HSL color Cylindrical-coordinate representation of color #9DB52A: hue angle of 70.36º 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 #9DB52A is Cyan = 0.13, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.29.

Color convert

RGB 157 181 42 -
CMYK 0.13 0 0.77 0.29
HSL 70.36º 0.62% 0.44% -
HSV(B) 70.36º 0.77% 0.71% -
XYZ 30.85 40.38 8.36 -
YUV 157.98 62.55 127.3 -
System Red Green Blue C M Y K H S L
Decimal 157 181 42 0.13 0 0.77 0.29 70.36 0.62 0.44
Hex 9D B5 2A D 0 4D 1D 46 3E 2C
Octal 235 265 52 15 0 115 35 106 76 54
Binary 10011101 10110101 101010 1101 0 1001101 11101 1000110 111110 101100

Color Harmonies of #9DB52A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DB52A

Black with #9DB52A

Text Example


Text Example

White with #9DB52A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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