Html Css Color HEX #9DB125 Bahia

📋 copy color: '#9DB125'

red 157 ◦ green 177 ◦ blue 37

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

Shades of Bahia #9DB125

Tints of Bahia #9DB125

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 9.97%

R = 42.32%
G = 47.71%
B = 9.97%

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

#9DB125 (or 0x9DB125) is known color: Bahia. HEX triplet: 9D, B1 and 25. RGB value is (157,177,37). Sum of RGB (Red+Green+Blue) = 157+177+37=371 (49% of max value = 765). Red value is 157 (61.72% from 255 or 42.32% from 371); Green value is 177 (69.53% from 255 or 47.71% from 371); Blue value is 37 (14.84% from 255 or 9.97% from 371); Max value from RGB is 177 - color contains mainly: green. Hex color #9DB125 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9DB125 is #624EDA. Grayscale: #9B9B9B. Windows color (decimal): -6442715 or 2470301. OLE color: 2470301.

HSL color Cylindrical-coordinate representation of color #9DB125: hue angle of 68.57º 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 #9DB125 is Cyan = 0.11, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.31.

Color convert

RGB 157 177 37 -
CMYK 0.11 0 0.79 0.31
HSL 68.57º 0.65% 0.42% -
HSV(B) 68.57º 0.79% 0.69% -
XYZ 29.96 38.75 7.65 -
YUV 155.06 61.37 129.38 -
System Red Green Blue C M Y K H S L
Decimal 157 177 37 0.11 0 0.79 0.31 68.57 0.65 0.42
Hex 9D B1 25 B 0 4F 1F 45 41 2A
Octal 235 261 45 13 0 117 37 105 101 52
Binary 10011101 10110001 100101 1011 0 1001111 11111 1000101 1000001 101010

Color Harmonies of #9DB125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DB125

Black with #9DB125

Text Example


Text Example

White with #9DB125

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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