Html Css Color HEX #BDD596 Sprout

📋 copy color: '#BDD596'

red 189 ◦ green 213 ◦ blue 150

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

Shades of Sprout #BDD596

Tints of Sprout #BDD596

RGB

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

 GREEN value IS 213 (83.59% from 255) = 38.59%

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

R = 34.24%
G = 38.59%
B = 27.17%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.30

 K value IS 0.16

RGB Variations

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

Color information

#BDD596 (or 0xBDD596) is known color: Sprout. HEX triplet: BD, D5 and 96. RGB value is (189,213,150). Sum of RGB (Red+Green+Blue) = 189+213+150=552 (73% of max value = 765). Red value is 189 (74.22% from 255 or 34.24% from 552); Green value is 213 (83.59% from 255 or 38.59% from 552); Blue value is 150 (58.98% from 255 or 27.17% from 552); Max value from RGB is 213 - color contains mainly: green. Hex color #BDD596 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDD596 is #422A69. Grayscale: #C6C6C6. Windows color (decimal): -4336234 or 9885117. OLE color: 9885117.

HSL color Cylindrical-coordinate representation of color #BDD596: hue angle of 82.86º degrees, saturation: 0.43, 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 #BDD596 is Cyan = 0.11, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.16.

Color convert

RGB 189 213 150 -
CMYK 0.11 0 0.30 0.16
HSL 82.86º 0.43% 0.71% -
HSV(B) 82.86º 0.3% 0.84% -
XYZ 50.29 60.61 37.9 -
YUV 198.64 100.55 121.12 -
System Red Green Blue C M Y K H S L
Decimal 189 213 150 0.11 0 0.30 0.16 82.86 0.43 0.71
Hex BD D5 96 B 0 1E 10 53 2B 47
Octal 275 325 226 13 0 36 20 123 53 107
Binary 10111101 11010101 10010110 1011 0 11110 10000 1010011 101011 1000111

Color Harmonies of #BDD596

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD596

Black with #BDD596

Text Example


Text Example

White with #BDD596

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD596; }

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

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

background-color css

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

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

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

border-color css

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

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

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