Html Css Color HEX #BDD19C Sprout

📋 copy color: '#BDD19C'

red 189 ◦ green 209 ◦ blue 156

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

Shades of Sprout #BDD19C

Tints of Sprout #BDD19C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 28.16%

R = 34.12%
G = 37.73%
B = 28.16%

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

#BDD19C (or 0xBDD19C) is known color: Sprout. HEX triplet: BD, D1 and 9C. RGB value is (189,209,156). Sum of RGB (Red+Green+Blue) = 189+209+156=554 (73% of max value = 765). Red value is 189 (74.22% from 255 or 34.12% from 554); Green value is 209 (82.03% from 255 or 37.73% from 554); Blue value is 156 (61.33% from 255 or 28.16% from 554); Max value from RGB is 209 - color contains mainly: green. Hex color #BDD19C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDD19C is #422E63. Grayscale: #C5C5C5. Windows color (decimal): -4337252 or 10277309. OLE color: 10277309.

HSL color Cylindrical-coordinate representation of color #BDD19C: hue angle of 82.64º degrees, saturation: 0.37, 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 #BDD19C is Cyan = 0.10, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.18.

Color convert

RGB 189 209 156 -
CMYK 0.10 0 0.25 0.18
HSL 82.64º 0.37% 0.72% -
HSV(B) 82.64º 0.25% 0.82% -
XYZ 49.79 58.82 40.18 -
YUV 196.98 104.87 122.31 -
System Red Green Blue C M Y K H S L
Decimal 189 209 156 0.10 0 0.25 0.18 82.64 0.37 0.72
Hex BD D1 9C A 0 19 12 53 25 48
Octal 275 321 234 12 0 31 22 123 45 110
Binary 10111101 11010001 10011100 1010 0 11001 10010 1010011 100101 1001000

Color Harmonies of #BDD19C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD19C

Black with #BDD19C

Text Example


Text Example

White with #BDD19C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD19C; }

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

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

background-color css

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

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

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

border-color css

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

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

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