Html Css Color HEX #BDD893 Sprout

📋 copy color: '#BDD893'

red 189 ◦ green 216 ◦ blue 147

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

Shades of Sprout #BDD893

Tints of Sprout #BDD893

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 26.63%

R = 34.24%
G = 39.13%
B = 26.63%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.32

 K value IS 0.15

RGB Variations

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

Color information

#BDD893 (or 0xBDD893) is known color: Sprout. HEX triplet: BD, D8 and 93. RGB value is (189,216,147). Sum of RGB (Red+Green+Blue) = 189+216+147=552 (73% of max value = 765). Red value is 189 (74.22% from 255 or 34.24% from 552); Green value is 216 (84.77% from 255 or 39.13% from 552); Blue value is 147 (57.81% from 255 or 26.63% from 552); Max value from RGB is 216 - color contains mainly: green. Hex color #BDD893 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDD893 is #42276C. Grayscale: #C8C8C8. Windows color (decimal): -4335469 or 9689277. OLE color: 9689277.

HSL color Cylindrical-coordinate representation of color #BDD893: hue angle of 83.48º degrees, saturation: 0.47, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BDD893 is Cyan = 0.12, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.15.

Color convert

RGB 189 216 147 -
CMYK 0.12 0 0.32 0.15
HSL 83.48º 0.47% 0.71% -
HSV(B) 83.48º 0.32% 0.85% -
XYZ 50.81 62.04 36.9 -
YUV 200.06 98.05 120.11 -
System Red Green Blue C M Y K H S L
Decimal 189 216 147 0.12 0 0.32 0.15 83.48 0.47 0.71
Hex BD D8 93 C 0 20 F 53 2F 47
Octal 275 330 223 14 0 40 17 123 57 107
Binary 10111101 11011000 10010011 1100 0 100000 1111 1010011 101111 1000111

Color Harmonies of #BDD893

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD893

Black with #BDD893

Text Example


Text Example

White with #BDD893

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD893; }

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

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

background-color css

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

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

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

border-color css

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

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

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