Html Css Color HEX #BDD196 Sprout

📋 copy color: '#BDD196'

red 189 ◦ green 209 ◦ blue 150

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

Shades of Sprout #BDD196

Tints of Sprout #BDD196

RGB

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

 GREEN value IS 209 (82.03% from 255) = 38.14%

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

R = 34.49%
G = 38.14%
B = 27.37%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.28

 K value IS 0.18

RGB Variations

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

Color information

#BDD196 (or 0xBDD196) is known color: Sprout. HEX triplet: BD, D1 and 96. RGB value is (189,209,150). Sum of RGB (Red+Green+Blue) = 189+209+150=548 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.49% from 548); Green value is 209 (82.03% from 255 or 38.14% from 548); Blue value is 150 (58.98% from 255 or 27.37% from 548); Max value from RGB is 209 - color contains mainly: green. Hex color #BDD196 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDD196 is #422E69. Grayscale: #C4C4C4. Windows color (decimal): -4337258 or 9884093. OLE color: 9884093.

HSL color Cylindrical-coordinate representation of color #BDD196: hue angle of 80.34º degrees, saturation: 0.39, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BDD196 is Cyan = 0.10, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.18.

Color convert

RGB 189 209 150 -
CMYK 0.10 0 0.28 0.18
HSL 80.34º 0.39% 0.7% -
HSV(B) 80.34º 0.28% 0.82% -
XYZ 49.29 58.62 37.57 -
YUV 196.29 101.87 122.8 -
System Red Green Blue C M Y K H S L
Decimal 189 209 150 0.10 0 0.28 0.18 80.34 0.39 0.7
Hex BD D1 96 A 0 1C 12 50 27 46
Octal 275 321 226 12 0 34 22 120 47 106
Binary 10111101 11010001 10010110 1010 0 11100 10010 1010000 100111 1000110

Color Harmonies of #BDD196

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD196

Black with #BDD196

Text Example


Text Example

White with #BDD196

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD196; }

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

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

background-color css

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

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

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

border-color css

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

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

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