Html Css Color HEX #9DB71F Bahia

📋 copy color: '#9DB71F'

red 157 ◦ green 183 ◦ blue 31

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

Shades of Bahia #9DB71F

Tints of Bahia #9DB71F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 8.36%

R = 42.32%
G = 49.33%
B = 8.36%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.83

 K value IS 0.28

RGB Variations

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

Color information

#9DB71F (or 0x9DB71F) is known color: Bahia. HEX triplet: 9D, B7 and 1F. RGB value is (157,183,31). Sum of RGB (Red+Green+Blue) = 157+183+31=371 (49% of max value = 765). Red value is 157 (61.72% from 255 or 42.32% from 371); Green value is 183 (71.88% from 255 or 49.33% from 371); Blue value is 31 (12.5% from 255 or 8.36% from 371); Max value from RGB is 183 - color contains mainly: green. Hex color #9DB71F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9DB71F is #6248E0. Grayscale: #9E9E9E. Windows color (decimal): -6441185 or 2078621. OLE color: 2078621.

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

Color convert

RGB 157 183 31 -
CMYK 0.14 0 0.83 0.28
HSL 70.26º 0.71% 0.42% -
HSV(B) 70.26º 0.83% 0.72% -
XYZ 31.09 41.13 7.6 -
YUV 157.9 56.39 127.36 -
System Red Green Blue C M Y K H S L
Decimal 157 183 31 0.14 0 0.83 0.28 70.26 0.71 0.42
Hex 9D B7 1F E 0 53 1C 46 47 2A
Octal 235 267 37 16 0 123 34 106 107 52
Binary 10011101 10110111 11111 1110 0 1010011 11100 1000110 1000111 101010

Color Harmonies of #9DB71F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DB71F

Black with #9DB71F

Text Example


Text Example

White with #9DB71F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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