Html Css Color HEX #BDD79B Sprout

📋 copy color: '#BDD79B'

red 189 ◦ green 215 ◦ blue 155

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

Shades of Sprout #BDD79B

Tints of Sprout #BDD79B

RGB

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

 GREEN value IS 215 (84.38% from 255) = 38.46%

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

R = 33.81%
G = 38.46%
B = 27.73%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.28

 K value IS 0.16

RGB Variations

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

Color information

#BDD79B (or 0xBDD79B) is known color: Sprout. HEX triplet: BD, D7 and 9B. RGB value is (189,215,155). Sum of RGB (Red+Green+Blue) = 189+215+155=559 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.81% from 559); Green value is 215 (84.38% from 255 or 38.46% from 559); Blue value is 155 (60.94% from 255 or 27.73% from 559); Max value from RGB is 215 - color contains mainly: green. Hex color #BDD79B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDD79B is #422864. Grayscale: #C8C8C8. Windows color (decimal): -4335717 or 10213309. OLE color: 10213309.

HSL color Cylindrical-coordinate representation of color #BDD79B: hue angle of 86º degrees, saturation: 0.43, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BDD79B is Cyan = 0.12, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.16.

Color convert

RGB 189 215 155 -
CMYK 0.12 0 0.28 0.16
HSL 86º 0.43% 0.73% -
HSV(B) 86º 0.28% 0.84% -
XYZ 51.2 61.79 40.24 -
YUV 200.39 102.39 119.88 -
System Red Green Blue C M Y K H S L
Decimal 189 215 155 0.12 0 0.28 0.16 86 0.43 0.73
Hex BD D7 9B C 0 1C 10 56 2B 49
Octal 275 327 233 14 0 34 20 126 53 111
Binary 10111101 11010111 10011011 1100 0 11100 10000 1010110 101011 1001001

Color Harmonies of #BDD79B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD79B

Black with #BDD79B

Text Example


Text Example

White with #BDD79B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD79B; }

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

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

background-color css

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

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

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

border-color css

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

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

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