Html Css Color HEX #BDD696 Sprout

📋 copy color: '#BDD696'

red 189 ◦ green 214 ◦ blue 150

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

Shades of Sprout #BDD696

Tints of Sprout #BDD696

RGB

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

 GREEN value IS 214 (83.98% from 255) = 38.7%

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

R = 34.18%
G = 38.7%
B = 27.12%

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

#BDD696 (or 0xBDD696) is known color: Sprout. HEX triplet: BD, D6 and 96. RGB value is (189,214,150). Sum of RGB (Red+Green+Blue) = 189+214+150=553 (73% of max value = 765). Red value is 189 (74.22% from 255 or 34.18% from 553); Green value is 214 (83.98% from 255 or 38.70% from 553); Blue value is 150 (58.98% from 255 or 27.12% from 553); Max value from RGB is 214 - color contains mainly: green. Hex color #BDD696 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDD696 is #422969. Grayscale: #C7C7C7. Windows color (decimal): -4335978 or 9885373. OLE color: 9885373.

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

Color convert

RGB 189 214 150 -
CMYK 0.12 0 0.30 0.16
HSL 83.44º 0.44% 0.71% -
HSV(B) 83.44º 0.3% 0.84% -
XYZ 50.54 61.11 37.99 -
YUV 199.23 100.22 120.7 -
System Red Green Blue C M Y K H S L
Decimal 189 214 150 0.12 0 0.30 0.16 83.44 0.44 0.71
Hex BD D6 96 C 0 1E 10 53 2C 47
Octal 275 326 226 14 0 36 20 123 54 107
Binary 10111101 11010110 10010110 1100 0 11110 10000 1010011 101100 1000111

Color Harmonies of #BDD696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD696

Black with #BDD696

Text Example


Text Example

White with #BDD696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD696; }

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

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

background-color css

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

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

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

border-color css

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

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

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