Html Css Color HEX #BDD897 Sprout

📋 copy color: '#BDD897'

red 189 ◦ green 216 ◦ blue 151

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

Shades of Sprout #BDD897

Tints of Sprout #BDD897

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 27.16%

R = 33.99%
G = 38.85%
B = 27.16%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.30

 K value IS 0.15

RGB Variations

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

Color information

#BDD897 (or 0xBDD897) is known color: Sprout. HEX triplet: BD, D8 and 97. RGB value is (189,216,151). Sum of RGB (Red+Green+Blue) = 189+216+151=556 (73% of max value = 765). Red value is 189 (74.22% from 255 or 33.99% from 556); Green value is 216 (84.77% from 255 or 38.85% from 556); Blue value is 151 (59.38% from 255 or 27.16% from 556); Max value from RGB is 216 - color contains mainly: green. Hex color #BDD897 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDD897 is #422768. Grayscale: #C8C8C8. Windows color (decimal): -4335465 or 9951421. OLE color: 9951421.

HSL color Cylindrical-coordinate representation of color #BDD897: hue angle of 84.92º degrees, saturation: 0.45, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BDD897 is Cyan = 0.12, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.15.

Color convert

RGB 189 216 151 -
CMYK 0.12 0 0.30 0.15
HSL 84.92º 0.45% 0.72% -
HSV(B) 84.92º 0.3% 0.85% -
XYZ 51.13 62.16 38.58 -
YUV 200.52 100.05 119.79 -
System Red Green Blue C M Y K H S L
Decimal 189 216 151 0.12 0 0.30 0.15 84.92 0.45 0.72
Hex BD D8 97 C 0 1E F 55 2D 48
Octal 275 330 227 14 0 36 17 125 55 110
Binary 10111101 11011000 10010111 1100 0 11110 1111 1010101 101101 1001000

Color Harmonies of #BDD897

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD897

Black with #BDD897

Text Example


Text Example

White with #BDD897

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD897; }

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

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

background-color css

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

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

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

border-color css

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

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

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