Html Css Color HEX #BDD399 Sprout

📋 copy color: '#BDD399'

red 189 ◦ green 211 ◦ blue 153

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

Shades of Sprout #BDD399

Tints of Sprout #BDD399

RGB

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

 GREEN value IS 211 (82.81% from 255) = 38.16%

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

R = 34.18%
G = 38.16%
B = 27.67%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.27

 K value IS 0.17

RGB Variations

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

Color information

#BDD399 (or 0xBDD399) is known color: Sprout. HEX triplet: BD, D3 and 99. RGB value is (189,211,153). Sum of RGB (Red+Green+Blue) = 189+211+153=553 (73% of max value = 765). Red value is 189 (74.22% from 255 or 34.18% from 553); Green value is 211 (82.81% from 255 or 38.16% from 553); Blue value is 153 (60.16% from 255 or 27.67% from 553); Max value from RGB is 211 - color contains mainly: green. Hex color #BDD399 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDD399 is #422C66. Grayscale: #C6C6C6. Windows color (decimal): -4336743 or 10081213. OLE color: 10081213.

HSL color Cylindrical-coordinate representation of color #BDD399: hue angle of 82.76º degrees, saturation: 0.4, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BDD399 is Cyan = 0.10, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.17.

Color convert

RGB 189 211 153 -
CMYK 0.10 0 0.27 0.17
HSL 82.76º 0.4% 0.71% -
HSV(B) 82.76º 0.27% 0.83% -
XYZ 50.03 59.71 39.02 -
YUV 197.81 102.71 121.72 -
System Red Green Blue C M Y K H S L
Decimal 189 211 153 0.10 0 0.27 0.17 82.76 0.4 0.71
Hex BD D3 99 A 0 1B 11 53 28 47
Octal 275 323 231 12 0 33 21 123 50 107
Binary 10111101 11010011 10011001 1010 0 11011 10001 1010011 101000 1000111

Color Harmonies of #BDD399

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD399

Black with #BDD399

Text Example


Text Example

White with #BDD399

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD399; }

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

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

background-color css

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

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

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

border-color css

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

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

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