Html Css Color HEX #BDD19D Sprout

📋 copy color: '#BDD19D'

red 189 ◦ green 209 ◦ blue 157

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

Shades of Sprout #BDD19D

Tints of Sprout #BDD19D

RGB

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

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

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

R = 34.05%
G = 37.66%
B = 28.29%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.25

 K value IS 0.18

RGB Variations

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

Color information

#BDD19D (or 0xBDD19D) is known color: Sprout. HEX triplet: BD, D1 and 9D. RGB value is (189,209,157). Sum of RGB (Red+Green+Blue) = 189+209+157=555 (73% of max value = 765). Red value is 189 (74.22% from 255 or 34.05% from 555); Green value is 209 (82.03% from 255 or 37.66% from 555); Blue value is 157 (61.72% from 255 or 28.29% from 555); Max value from RGB is 209 - color contains mainly: green. Hex color #BDD19D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDD19D is #422E62. Grayscale: #C5C5C5. Windows color (decimal): -4337251 or 10342845. OLE color: 10342845.

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

Color convert

RGB 189 209 157 -
CMYK 0.10 0 0.25 0.18
HSL 83.08º 0.36% 0.72% -
HSV(B) 83.08º 0.25% 0.82% -
XYZ 49.87 58.85 40.63 -
YUV 197.09 105.37 122.23 -
System Red Green Blue C M Y K H S L
Decimal 189 209 157 0.10 0 0.25 0.18 83.08 0.36 0.72
Hex BD D1 9D A 0 19 12 53 24 48
Octal 275 321 235 12 0 31 22 123 44 110
Binary 10111101 11010001 10011101 1010 0 11001 10010 1010011 100100 1001000

Color Harmonies of #BDD19D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD19D

Black with #BDD19D

Text Example


Text Example

White with #BDD19D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD19D; }

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

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

background-color css

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

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

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

border-color css

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

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

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