Html Css Color HEX #BDD19B Sprout

📋 copy color: '#BDD19B'

red 189 ◦ green 209 ◦ blue 155

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

Shades of Sprout #BDD19B

Tints of Sprout #BDD19B

RGB

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

 GREEN value IS 209 (82.03% from 255) = 37.79%

 BLUE value IS 155 (60.94% from 255) = 28.03%

R = 34.18%
G = 37.79%
B = 28.03%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.26

 K value IS 0.18

RGB Variations

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

Color information

#BDD19B (or 0xBDD19B) is known color: Sprout. HEX triplet: BD, D1 and 9B. RGB value is (189,209,155). Sum of RGB (Red+Green+Blue) = 189+209+155=553 (73% of max value = 765). Red value is 189 (74.22% from 255 or 34.18% from 553); Green value is 209 (82.03% from 255 or 37.79% from 553); Blue value is 155 (60.94% from 255 or 28.03% from 553); Max value from RGB is 209 - color contains mainly: green. Hex color #BDD19B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDD19B is #422E64. Grayscale: #C5C5C5. Windows color (decimal): -4337253 or 10211773. OLE color: 10211773.

HSL color Cylindrical-coordinate representation of color #BDD19B: hue angle of 82.22º degrees, saturation: 0.37, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BDD19B is Cyan = 0.10, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.18.

Color convert

RGB 189 209 155 -
CMYK 0.10 0 0.26 0.18
HSL 82.22º 0.37% 0.71% -
HSV(B) 82.22º 0.26% 0.82% -
XYZ 49.7 58.79 39.74 -
YUV 196.86 104.37 122.39 -
System Red Green Blue C M Y K H S L
Decimal 189 209 155 0.10 0 0.26 0.18 82.22 0.37 0.71
Hex BD D1 9B A 0 1A 12 52 25 47
Octal 275 321 233 12 0 32 22 122 45 107
Binary 10111101 11010001 10011011 1010 0 11010 10010 1010010 100101 1000111

Color Harmonies of #BDD19B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD19B

Black with #BDD19B

Text Example


Text Example

White with #BDD19B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD19B; }

 p { color: rgb(189,209,155); }

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

background-color css

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

 a { background-color: rgb(189,209,155); }

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

border-color css

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

 span { border-color: rgb(189,209,155); }

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