Html Css Color HEX #BDD894 Sprout

📋 copy color: '#BDD894'

red 189 ◦ green 216 ◦ blue 148

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

Shades of Sprout #BDD894

Tints of Sprout #BDD894

RGB

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

 GREEN value IS 216 (84.77% from 255) = 39.06%

 BLUE value IS 148 (58.2% from 255) = 26.76%

R = 34.18%
G = 39.06%
B = 26.76%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.31

 K value IS 0.15

RGB Variations

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

Color information

#BDD894 (or 0xBDD894) is known color: Sprout. HEX triplet: BD, D8 and 94. RGB value is (189,216,148). Sum of RGB (Red+Green+Blue) = 189+216+148=553 (73% of max value = 765). Red value is 189 (74.22% from 255 or 34.18% from 553); Green value is 216 (84.77% from 255 or 39.06% from 553); Blue value is 148 (58.20% from 255 or 26.76% from 553); Max value from RGB is 216 - color contains mainly: green. Hex color #BDD894 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDD894 is #42276B. Grayscale: #C8C8C8. Windows color (decimal): -4335468 or 9754813. OLE color: 9754813.

HSL color Cylindrical-coordinate representation of color #BDD894: hue angle of 83.82º degrees, saturation: 0.47, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BDD894 is Cyan = 0.12, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.15.

Color convert

RGB 189 216 148 -
CMYK 0.12 0 0.31 0.15
HSL 83.82º 0.47% 0.71% -
HSV(B) 83.82º 0.31% 0.85% -
XYZ 50.89 62.07 37.32 -
YUV 200.18 98.55 120.03 -
System Red Green Blue C M Y K H S L
Decimal 189 216 148 0.12 0 0.31 0.15 83.82 0.47 0.71
Hex BD D8 94 C 0 1F F 54 2F 47
Octal 275 330 224 14 0 37 17 124 57 107
Binary 10111101 11011000 10010100 1100 0 11111 1111 1010100 101111 1000111

Color Harmonies of #BDD894

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD894

Black with #BDD894

Text Example


Text Example

White with #BDD894

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD894; }

 p { color: rgb(189,216,148); }

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

background-color css

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

 a { background-color: rgb(189,216,148); }

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

border-color css

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

 span { border-color: rgb(189,216,148); }

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