Html Css Color HEX #9DB71E Bahia

📋 copy color: '#9DB71E'

red 157 ◦ green 183 ◦ blue 30

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

Shades of Bahia #9DB71E

Tints of Bahia #9DB71E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 8.11%

R = 42.43%
G = 49.46%
B = 8.11%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.84

 K value IS 0.28

RGB Variations

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

Color information

#9DB71E (or 0x9DB71E) is known color: Bahia. HEX triplet: 9D, B7 and 1E. RGB value is (157,183,30). Sum of RGB (Red+Green+Blue) = 157+183+30=370 (49% of max value = 765). Red value is 157 (61.72% from 255 or 42.43% from 370); Green value is 183 (71.88% from 255 or 49.46% from 370); Blue value is 30 (12.11% from 255 or 8.11% from 370); Max value from RGB is 183 - color contains mainly: green. Hex color #9DB71E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9DB71E is #6248E1. Grayscale: #9E9E9E. Windows color (decimal): -6441186 or 2013085. OLE color: 2013085.

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

Color convert

RGB 157 183 30 -
CMYK 0.14 0 0.84 0.28
HSL 70.2º 0.72% 0.42% -
HSV(B) 70.2º 0.84% 0.72% -
XYZ 31.07 41.13 7.53 -
YUV 157.78 55.89 127.44 -
System Red Green Blue C M Y K H S L
Decimal 157 183 30 0.14 0 0.84 0.28 70.2 0.72 0.42
Hex 9D B7 1E E 0 54 1C 46 48 2A
Octal 235 267 36 16 0 124 34 106 110 52
Binary 10011101 10110111 11110 1110 0 1010100 11100 1000110 1001000 101010

Color Harmonies of #9DB71E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DB71E

Black with #9DB71E

Text Example


Text Example

White with #9DB71E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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