Html Css Color HEX #BDD09D Sprout

📋 copy color: '#BDD09D'

red 189 ◦ green 208 ◦ blue 157

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

Shades of Sprout #BDD09D

Tints of Sprout #BDD09D

RGB

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

 GREEN value IS 208 (81.64% from 255) = 37.55%

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

R = 34.12%
G = 37.55%
B = 28.34%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.25

 K value IS 0.18

RGB Variations

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

Color information

#BDD09D (or 0xBDD09D) is known color: Sprout. HEX triplet: BD, D0 and 9D. RGB value is (189,208,157). Sum of RGB (Red+Green+Blue) = 189+208+157=554 (73% of max value = 765). Red value is 189 (74.22% from 255 or 34.12% from 554); Green value is 208 (81.64% from 255 or 37.55% from 554); Blue value is 157 (61.72% from 255 or 28.34% from 554); Max value from RGB is 208 - color contains mainly: green. Hex color #BDD09D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDD09D is #422F62. Grayscale: #C4C4C4. Windows color (decimal): -4337507 or 10342589. OLE color: 10342589.

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

Color convert

RGB 189 208 157 -
CMYK 0.09 0 0.25 0.18
HSL 82.35º 0.35% 0.72% -
HSV(B) 82.35º 0.25% 0.82% -
XYZ 49.63 58.36 40.55 -
YUV 196.51 105.71 122.65 -
System Red Green Blue C M Y K H S L
Decimal 189 208 157 0.09 0 0.25 0.18 82.35 0.35 0.72
Hex BD D0 9D 9 0 19 12 52 23 48
Octal 275 320 235 11 0 31 22 122 43 110
Binary 10111101 11010000 10011101 1001 0 11001 10010 1010010 100011 1001000

Color Harmonies of #BDD09D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD09D

Black with #BDD09D

Text Example


Text Example

White with #BDD09D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD09D; }

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

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

background-color css

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

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

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

border-color css

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

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

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