Html Css Color HEX #BDD899 Sprout

📋 copy color: '#BDD899'

red 189 ◦ green 216 ◦ blue 153

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

Shades of Sprout #BDD899

Tints of Sprout #BDD899

RGB

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

 GREEN value IS 216 (84.77% from 255) = 38.71%

 BLUE value IS 153 (60.16% from 255) = 27.42%

R = 33.87%
G = 38.71%
B = 27.42%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.29

 K value IS 0.15

RGB Variations

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

Color information

#BDD899 (or 0xBDD899) is known color: Sprout. HEX triplet: BD, D8 and 99. RGB value is (189,216,153). Sum of RGB (Red+Green+Blue) = 189+216+153=558 (73% of max value = 765). Red value is 189 (74.22% from 255 or 33.87% from 558); Green value is 216 (84.77% from 255 or 38.71% from 558); Blue value is 153 (60.16% from 255 or 27.42% from 558); Max value from RGB is 216 - color contains mainly: green. Hex color #BDD899 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDD899 is #422766. Grayscale: #C8C8C8. Windows color (decimal): -4335463 or 10082493. OLE color: 10082493.

HSL color Cylindrical-coordinate representation of color #BDD899: hue angle of 85.71º degrees, saturation: 0.45, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BDD899 is Cyan = 0.12, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.15.

Color convert

RGB 189 216 153 -
CMYK 0.12 0 0.29 0.15
HSL 85.71º 0.45% 0.72% -
HSV(B) 85.71º 0.29% 0.85% -
XYZ 51.29 62.23 39.45 -
YUV 200.75 101.05 119.62 -
System Red Green Blue C M Y K H S L
Decimal 189 216 153 0.12 0 0.29 0.15 85.71 0.45 0.72
Hex BD D8 99 C 0 1D F 56 2D 48
Octal 275 330 231 14 0 35 17 126 55 110
Binary 10111101 11011000 10011001 1100 0 11101 1111 1010110 101101 1001000

Color Harmonies of #BDD899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD899

Black with #BDD899

Text Example


Text Example

White with #BDD899

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD899; }

 p { color: rgb(189,216,153); }

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

background-color css

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

 a { background-color: rgb(189,216,153); }

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

border-color css

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

 span { border-color: rgb(189,216,153); }

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