Html Css Color HEX #BDD39D Sprout

📋 copy color: '#BDD39D'

red 189 ◦ green 211 ◦ blue 157

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

Shades of Sprout #BDD39D

Tints of Sprout #BDD39D

RGB

 RED value IS 189 (74.22% from 255) = 33.93%

 GREEN value IS 211 (82.81% from 255) = 37.88%

 BLUE value IS 157 (61.72% from 255) = 28.19%

R = 33.93%
G = 37.88%
B = 28.19%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.26

 K value IS 0.17

RGB Variations

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

Color information

#BDD39D (or 0xBDD39D) is known color: Sprout. HEX triplet: BD, D3 and 9D. RGB value is (189,211,157). Sum of RGB (Red+Green+Blue) = 189+211+157=557 (73% of max value = 765). Red value is 189 (74.22% from 255 or 33.93% from 557); Green value is 211 (82.81% from 255 or 37.88% from 557); Blue value is 157 (61.72% from 255 or 28.19% from 557); Max value from RGB is 211 - color contains mainly: green. Hex color #BDD39D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDD39D is #422C62. Grayscale: #C6C6C6. Windows color (decimal): -4336739 or 10343357. OLE color: 10343357.

HSL color Cylindrical-coordinate representation of color #BDD39D: hue angle of 84.44º degrees, saturation: 0.38, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BDD39D is Cyan = 0.10, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.17.

Color convert

RGB 189 211 157 -
CMYK 0.10 0 0.26 0.17
HSL 84.44º 0.38% 0.72% -
HSV(B) 84.44º 0.26% 0.83% -
XYZ 50.37 59.84 40.79 -
YUV 198.27 104.71 121.39 -
System Red Green Blue C M Y K H S L
Decimal 189 211 157 0.10 0 0.26 0.17 84.44 0.38 0.72
Hex BD D3 9D A 0 1A 11 54 26 48
Octal 275 323 235 12 0 32 21 124 46 110
Binary 10111101 11010011 10011101 1010 0 11010 10001 1010100 100110 1001000

Color Harmonies of #BDD39D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD39D

Black with #BDD39D

Text Example


Text Example

White with #BDD39D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD39D; }

 p { color: rgb(189,211,157); }

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

background-color css

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

 a { background-color: rgb(189,211,157); }

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

border-color css

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

 span { border-color: rgb(189,211,157); }

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