Html Css Color HEX #9DB629 Bahia

📋 copy color: '#9DB629'

red 157 ◦ green 182 ◦ blue 41

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

Shades of Bahia #9DB629

Tints of Bahia #9DB629

RGB

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

 GREEN value IS 182 (71.48% from 255) = 47.89%

 BLUE value IS 41 (16.41% from 255) = 10.79%

R = 41.32%
G = 47.89%
B = 10.79%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.77

 K value IS 0.29

RGB Variations

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

Color information

#9DB629 (or 0x9DB629) is known color: Bahia. HEX triplet: 9D, B6 and 29. RGB value is (157,182,41). Sum of RGB (Red+Green+Blue) = 157+182+41=380 (50% of max value = 765). Red value is 157 (61.72% from 255 or 41.32% from 380); Green value is 182 (71.48% from 255 or 47.89% from 380); Blue value is 41 (16.41% from 255 or 10.79% from 380); Max value from RGB is 182 - color contains mainly: green. Hex color #9DB629 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9DB629 is #6249D6. Grayscale: #9E9E9E. Windows color (decimal): -6441431 or 2733725. OLE color: 2733725.

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

Color convert

RGB 157 182 41 -
CMYK 0.14 0 0.77 0.29
HSL 70.64º 0.63% 0.44% -
HSV(B) 70.64º 0.77% 0.71% -
XYZ 31.03 40.78 8.33 -
YUV 158.45 61.72 126.96 -
System Red Green Blue C M Y K H S L
Decimal 157 182 41 0.14 0 0.77 0.29 70.64 0.63 0.44
Hex 9D B6 29 E 0 4D 1D 47 3F 2C
Octal 235 266 51 16 0 115 35 107 77 54
Binary 10011101 10110110 101001 1110 0 1001101 11101 1000111 111111 101100

Color Harmonies of #9DB629

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DB629

Black with #9DB629

Text Example


Text Example

White with #9DB629

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,182,41); }

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

background-color css

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

 a { background-color: rgb(157,182,41); }

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

border-color css

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

 span { border-color: rgb(157,182,41); }

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