Html Css Color HEX #9DB126 Bahia

📋 copy color: '#9DB126'

red 157 ◦ green 177 ◦ blue 38

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

Shades of Bahia #9DB126

Tints of Bahia #9DB126

RGB

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

 GREEN value IS 177 (69.53% from 255) = 47.58%

 BLUE value IS 38 (15.23% from 255) = 10.22%

R = 42.2%
G = 47.58%
B = 10.22%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.79

 K value IS 0.31

RGB Variations

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

Color information

#9DB126 (or 0x9DB126) is known color: Bahia. HEX triplet: 9D, B1 and 26. RGB value is (157,177,38). Sum of RGB (Red+Green+Blue) = 157+177+38=372 (49% of max value = 765). Red value is 157 (61.72% from 255 or 42.20% from 372); Green value is 177 (69.53% from 255 or 47.58% from 372); Blue value is 38 (15.23% from 255 or 10.22% from 372); Max value from RGB is 177 - color contains mainly: green. Hex color #9DB126 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9DB126 is #624ED9. Grayscale: #9B9B9B. Windows color (decimal): -6442714 or 2535837. OLE color: 2535837.

HSL color Cylindrical-coordinate representation of color #9DB126: hue angle of 68.63º degrees, saturation: 0.65, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #9DB126 is Cyan = 0.11, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.31.

Color convert

RGB 157 177 38 -
CMYK 0.11 0 0.79 0.31
HSL 68.63º 0.65% 0.42% -
HSV(B) 68.63º 0.79% 0.69% -
XYZ 29.98 38.75 7.73 -
YUV 155.17 61.87 129.3 -
System Red Green Blue C M Y K H S L
Decimal 157 177 38 0.11 0 0.79 0.31 68.63 0.65 0.42
Hex 9D B1 26 B 0 4F 1F 45 41 2A
Octal 235 261 46 13 0 117 37 105 101 52
Binary 10011101 10110001 100110 1011 0 1001111 11111 1000101 1000001 101010

Color Harmonies of #9DB126

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DB126

Black with #9DB126

Text Example


Text Example

White with #9DB126

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,177,38); }

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

background-color css

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

 a { background-color: rgb(157,177,38); }

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

border-color css

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

 span { border-color: rgb(157,177,38); }

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