Html Css Color HEX #BDD29E Sprout

📋 copy color: '#BDD29E'

red 189 ◦ green 210 ◦ blue 158

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

Shades of Sprout #BDD29E

Tints of Sprout #BDD29E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 28.37%

R = 33.93%
G = 37.7%
B = 28.37%

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

#BDD29E (or 0xBDD29E) is known color: Sprout. HEX triplet: BD, D2 and 9E. RGB value is (189,210,158). Sum of RGB (Red+Green+Blue) = 189+210+158=557 (73% of max value = 765). Red value is 189 (74.22% from 255 or 33.93% from 557); Green value is 210 (82.42% from 255 or 37.70% from 557); Blue value is 158 (62.11% from 255 or 28.37% from 557); Max value from RGB is 210 - color contains mainly: green. Hex color #BDD29E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDD29E is #422D61. Grayscale: #C5C5C5. Windows color (decimal): -4336994 or 10408637. OLE color: 10408637.

HSL color Cylindrical-coordinate representation of color #BDD29E: hue angle of 84.23º 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 #BDD29E is Cyan = 0.10, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.18.

Color convert

RGB 189 210 158 -
CMYK 0.10 0 0.25 0.18
HSL 84.23º 0.37% 0.72% -
HSV(B) 84.23º 0.25% 0.82% -
XYZ 50.2 59.38 41.16 -
YUV 197.79 105.54 121.73 -
System Red Green Blue C M Y K H S L
Decimal 189 210 158 0.10 0 0.25 0.18 84.23 0.37 0.72
Hex BD D2 9E A 0 19 12 54 25 48
Octal 275 322 236 12 0 31 22 124 45 110
Binary 10111101 11010010 10011110 1010 0 11001 10010 1010100 100101 1001000

Color Harmonies of #BDD29E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD29E

Black with #BDD29E

Text Example


Text Example

White with #BDD29E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD29E; }

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

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

background-color css

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

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

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

border-color css

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

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

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