Html Css Color HEX #9DB71C Bahia

📋 copy color: '#9DB71C'

red 157 ◦ green 183 ◦ blue 28

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

Shades of Bahia #9DB71C

Tints of Bahia #9DB71C

RGB

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

 GREEN value IS 183 (71.88% from 255) = 49.73%

 BLUE value IS 28 (11.33% from 255) = 7.61%

R = 42.66%
G = 49.73%
B = 7.61%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.85

 K value IS 0.28

RGB Variations

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

Color information

#9DB71C (or 0x9DB71C) is known color: Bahia. HEX triplet: 9D, B7 and 1C. RGB value is (157,183,28). Sum of RGB (Red+Green+Blue) = 157+183+28=368 (48% of max value = 765). Red value is 157 (61.72% from 255 or 42.66% from 368); Green value is 183 (71.88% from 255 or 49.73% from 368); Blue value is 28 (11.33% from 255 or 7.61% from 368); Max value from RGB is 183 - color contains mainly: green. Hex color #9DB71C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9DB71C is #6248E3. Grayscale: #9E9E9E. Windows color (decimal): -6441188 or 1882013. OLE color: 1882013.

HSL color Cylindrical-coordinate representation of color #9DB71C: hue angle of 70.06º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #9DB71C is Cyan = 0.14, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.28.

Color convert

RGB 157 183 28 -
CMYK 0.14 0 0.85 0.28
HSL 70.06º 0.73% 0.41% -
HSV(B) 70.06º 0.85% 0.72% -
XYZ 31.05 41.12 7.4 -
YUV 157.56 54.89 127.6 -
System Red Green Blue C M Y K H S L
Decimal 157 183 28 0.14 0 0.85 0.28 70.06 0.73 0.41
Hex 9D B7 1C E 0 55 1C 46 49 29
Octal 235 267 34 16 0 125 34 106 111 51
Binary 10011101 10110111 11100 1110 0 1010101 11100 1000110 1001001 101001

Color Harmonies of #9DB71C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DB71C

Black with #9DB71C

Text Example


Text Example

White with #9DB71C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,183,28); }

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

background-color css

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

 a { background-color: rgb(157,183,28); }

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

border-color css

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

 span { border-color: rgb(157,183,28); }

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