Html Css Color HEX #BDD796 Sprout

📋 copy color: '#BDD796'

red 189 ◦ green 215 ◦ blue 150

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

Shades of Sprout #BDD796

Tints of Sprout #BDD796

RGB

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

 GREEN value IS 215 (84.38% from 255) = 38.81%

 BLUE value IS 150 (58.98% from 255) = 27.08%

R = 34.12%
G = 38.81%
B = 27.08%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.30

 K value IS 0.16

RGB Variations

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

Color information

#BDD796 (or 0xBDD796) is known color: Sprout. HEX triplet: BD, D7 and 96. RGB value is (189,215,150). Sum of RGB (Red+Green+Blue) = 189+215+150=554 (73% of max value = 765). Red value is 189 (74.22% from 255 or 34.12% from 554); Green value is 215 (84.38% from 255 or 38.81% from 554); Blue value is 150 (58.98% from 255 or 27.08% from 554); Max value from RGB is 215 - color contains mainly: green. Hex color #BDD796 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDD796 is #422869. Grayscale: #C8C8C8. Windows color (decimal): -4335722 or 9885629. OLE color: 9885629.

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

Color convert

RGB 189 215 150 -
CMYK 0.12 0 0.30 0.16
HSL 84º 0.45% 0.72% -
HSV(B) 84º 0.3% 0.84% -
XYZ 50.79 61.62 38.07 -
YUV 199.82 99.89 120.29 -
System Red Green Blue C M Y K H S L
Decimal 189 215 150 0.12 0 0.30 0.16 84 0.45 0.72
Hex BD D7 96 C 0 1E 10 54 2D 48
Octal 275 327 226 14 0 36 20 124 55 110
Binary 10111101 11010111 10010110 1100 0 11110 10000 1010100 101101 1001000

Color Harmonies of #BDD796

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD796

Black with #BDD796

Text Example


Text Example

White with #BDD796

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD796; }

 p { color: rgb(189,215,150); }

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

background-color css

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

 a { background-color: rgb(189,215,150); }

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

border-color css

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

 span { border-color: rgb(189,215,150); }

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