Html Css Color HEX #9DB927 Bahia

📋 copy color: '#9DB927'

red 157 ◦ green 185 ◦ blue 39

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

Shades of Bahia #9DB927

Tints of Bahia #9DB927

RGB

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

 GREEN value IS 185 (72.66% from 255) = 48.56%

 BLUE value IS 39 (15.63% from 255) = 10.24%

R = 41.21%
G = 48.56%
B = 10.24%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.79

 K value IS 0.27

RGB Variations

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

Color information

#9DB927 (or 0x9DB927) is known color: Bahia. HEX triplet: 9D, B9 and 27. RGB value is (157,185,39). Sum of RGB (Red+Green+Blue) = 157+185+39=381 (50% of max value = 765). Red value is 157 (61.72% from 255 or 41.21% from 381); Green value is 185 (72.66% from 255 or 48.56% from 381); Blue value is 39 (15.62% from 255 or 10.24% from 381); Max value from RGB is 185 - color contains mainly: green. Hex color #9DB927 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9DB927 is #6246D8. Grayscale: #A0A0A0. Windows color (decimal): -6440665 or 2603421. OLE color: 2603421.

HSL color Cylindrical-coordinate representation of color #9DB927: hue angle of 71.51º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #9DB927 is Cyan = 0.15, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.27.

Color convert

RGB 157 185 39 -
CMYK 0.15 0 0.79 0.27
HSL 71.51º 0.65% 0.44% -
HSV(B) 71.51º 0.79% 0.73% -
XYZ 31.62 42.01 8.36 -
YUV 159.98 59.72 125.87 -
System Red Green Blue C M Y K H S L
Decimal 157 185 39 0.15 0 0.79 0.27 71.51 0.65 0.44
Hex 9D B9 27 F 0 4F 1B 48 41 2C
Octal 235 271 47 17 0 117 33 110 101 54
Binary 10011101 10111001 100111 1111 0 1001111 11011 1001000 1000001 101100

Color Harmonies of #9DB927

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DB927

Black with #9DB927

Text Example


Text Example

White with #9DB927

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,185,39); }

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

background-color css

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

 a { background-color: rgb(157,185,39); }

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

border-color css

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

 span { border-color: rgb(157,185,39); }

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