Html Css Color HEX #BDD29D Sprout

📋 copy color: '#BDD29D'

red 189 ◦ green 210 ◦ blue 157

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

Shades of Sprout #BDD29D

Tints of Sprout #BDD29D

RGB

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

 GREEN value IS 210 (82.42% from 255) = 37.77%

 BLUE value IS 157 (61.72% from 255) = 28.24%

R = 33.99%
G = 37.77%
B = 28.24%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.25

 K value IS 0.18

RGB Variations

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

Color information

#BDD29D (or 0xBDD29D) is known color: Sprout. HEX triplet: BD, D2 and 9D. RGB value is (189,210,157). Sum of RGB (Red+Green+Blue) = 189+210+157=556 (73% of max value = 765). Red value is 189 (74.22% from 255 or 33.99% from 556); Green value is 210 (82.42% from 255 or 37.77% from 556); Blue value is 157 (61.72% from 255 or 28.24% from 556); Max value from RGB is 210 - color contains mainly: green. Hex color #BDD29D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDD29D is #422D62. Grayscale: #C5C5C5. Windows color (decimal): -4336995 or 10343101. OLE color: 10343101.

HSL color Cylindrical-coordinate representation of color #BDD29D: hue angle of 83.77º degrees, saturation: 0.37, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BDD29D is Cyan = 0.10, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.18.

Color convert

RGB 189 210 157 -
CMYK 0.10 0 0.25 0.18
HSL 83.77º 0.37% 0.72% -
HSV(B) 83.77º 0.25% 0.82% -
XYZ 50.12 59.35 40.71 -
YUV 197.68 105.04 121.81 -
System Red Green Blue C M Y K H S L
Decimal 189 210 157 0.10 0 0.25 0.18 83.77 0.37 0.72
Hex BD D2 9D A 0 19 12 54 25 48
Octal 275 322 235 12 0 31 22 124 45 110
Binary 10111101 11010010 10011101 1010 0 11001 10010 1010100 100101 1001000

Color Harmonies of #BDD29D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD29D

Black with #BDD29D

Text Example


Text Example

White with #BDD29D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD29D; }

 p { color: rgb(189,210,157); }

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

background-color css

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

 a { background-color: rgb(189,210,157); }

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

border-color css

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

 span { border-color: rgb(189,210,157); }

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