Html Css Color HEX #BDD993 Sprout

📋 copy color: '#BDD993'

red 189 ◦ green 217 ◦ blue 147

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

Shades of Sprout #BDD993

Tints of Sprout #BDD993

RGB

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

 GREEN value IS 217 (85.16% from 255) = 39.24%

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

R = 34.18%
G = 39.24%
B = 26.58%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.32

 K value IS 0.15

RGB Variations

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

Color information

#BDD993 (or 0xBDD993) is known color: Sprout. HEX triplet: BD, D9 and 93. RGB value is (189,217,147). Sum of RGB (Red+Green+Blue) = 189+217+147=553 (73% of max value = 765). Red value is 189 (74.22% from 255 or 34.18% from 553); Green value is 217 (85.16% from 255 or 39.24% from 553); Blue value is 147 (57.81% from 255 or 26.58% from 553); Max value from RGB is 217 - color contains mainly: green. Hex color #BDD993 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDD993 is #42266C. Grayscale: #C8C8C8. Windows color (decimal): -4335213 or 9689533. OLE color: 9689533.

HSL color Cylindrical-coordinate representation of color #BDD993: hue angle of 84º degrees, saturation: 0.48, 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 #BDD993 is Cyan = 0.13, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.15.

Color convert

RGB 189 217 147 -
CMYK 0.13 0 0.32 0.15
HSL 84º 0.48% 0.71% -
HSV(B) 84º 0.32% 0.85% -
XYZ 51.07 62.55 36.99 -
YUV 200.65 97.72 119.69 -
System Red Green Blue C M Y K H S L
Decimal 189 217 147 0.13 0 0.32 0.15 84 0.48 0.71
Hex BD D9 93 D 0 20 F 54 30 47
Octal 275 331 223 15 0 40 17 124 60 107
Binary 10111101 11011001 10010011 1101 0 100000 1111 1010100 110000 1000111

Color Harmonies of #BDD993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD993

Black with #BDD993

Text Example


Text Example

White with #BDD993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD993; }

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

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

background-color css

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

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

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

border-color css

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

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

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