Html Css Color HEX #BDD49B Sprout

📋 copy color: '#BDD49B'

red 189 ◦ green 212 ◦ blue 155

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

Shades of Sprout #BDD49B

Tints of Sprout #BDD49B

RGB

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

 GREEN value IS 212 (83.2% from 255) = 38.13%

 BLUE value IS 155 (60.94% from 255) = 27.88%

R = 33.99%
G = 38.13%
B = 27.88%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.27

 K value IS 0.17

RGB Variations

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

Color information

#BDD49B (or 0xBDD49B) is known color: Sprout. HEX triplet: BD, D4 and 9B. RGB value is (189,212,155). Sum of RGB (Red+Green+Blue) = 189+212+155=556 (73% of max value = 765). Red value is 189 (74.22% from 255 or 33.99% from 556); Green value is 212 (83.20% from 255 or 38.13% from 556); Blue value is 155 (60.94% from 255 or 27.88% from 556); Max value from RGB is 212 - color contains mainly: green. Hex color #BDD49B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDD49B is #422B64. Grayscale: #C6C6C6. Windows color (decimal): -4336485 or 10212541. OLE color: 10212541.

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

Color convert

RGB 189 212 155 -
CMYK 0.11 0 0.27 0.17
HSL 84.21º 0.4% 0.72% -
HSV(B) 84.21º 0.27% 0.83% -
XYZ 50.45 60.27 39.99 -
YUV 198.63 103.38 121.13 -
System Red Green Blue C M Y K H S L
Decimal 189 212 155 0.11 0 0.27 0.17 84.21 0.4 0.72
Hex BD D4 9B B 0 1B 11 54 28 48
Octal 275 324 233 13 0 33 21 124 50 110
Binary 10111101 11010100 10011011 1011 0 11011 10001 1010100 101000 1001000

Color Harmonies of #BDD49B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD49B

Black with #BDD49B

Text Example


Text Example

White with #BDD49B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD49B; }

 p { color: rgb(189,212,155); }

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

background-color css

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

 a { background-color: rgb(189,212,155); }

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

border-color css

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

 span { border-color: rgb(189,212,155); }

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