Html Css Color HEX #BDD59C Sprout

📋 copy color: '#BDD59C'

red 189 ◦ green 213 ◦ blue 156

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

Shades of Sprout #BDD59C

Tints of Sprout #BDD59C

RGB

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

 GREEN value IS 213 (83.59% from 255) = 38.17%

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

R = 33.87%
G = 38.17%
B = 27.96%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.27

 K value IS 0.16

RGB Variations

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

Color information

#BDD59C (or 0xBDD59C) is known color: Sprout. HEX triplet: BD, D5 and 9C. RGB value is (189,213,156). Sum of RGB (Red+Green+Blue) = 189+213+156=558 (73% of max value = 765). Red value is 189 (74.22% from 255 or 33.87% from 558); Green value is 213 (83.59% from 255 or 38.17% from 558); Blue value is 156 (61.33% from 255 or 27.96% from 558); Max value from RGB is 213 - color contains mainly: green. Hex color #BDD59C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDD59C is #422A63. Grayscale: #C7C7C7. Windows color (decimal): -4336228 or 10278333. OLE color: 10278333.

HSL color Cylindrical-coordinate representation of color #BDD59C: hue angle of 85.26º degrees, saturation: 0.4, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BDD59C is Cyan = 0.11, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.16.

Color convert

RGB 189 213 156 -
CMYK 0.11 0 0.27 0.16
HSL 85.26º 0.4% 0.72% -
HSV(B) 85.26º 0.27% 0.84% -
XYZ 50.78 60.81 40.51 -
YUV 199.33 103.55 120.63 -
System Red Green Blue C M Y K H S L
Decimal 189 213 156 0.11 0 0.27 0.16 85.26 0.4 0.72
Hex BD D5 9C B 0 1B 10 55 28 48
Octal 275 325 234 13 0 33 20 125 50 110
Binary 10111101 11010101 10011100 1011 0 11011 10000 1010101 101000 1001000

Color Harmonies of #BDD59C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD59C

Black with #BDD59C

Text Example


Text Example

White with #BDD59C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD59C; }

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

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

background-color css

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

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

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

border-color css

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

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

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