Html Css Color HEX #BDD78D Sprout

📋 copy color: '#BDD78D'

red 189 ◦ green 215 ◦ blue 141

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

Shades of Sprout #BDD78D

Tints of Sprout #BDD78D

RGB

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

 GREEN value IS 215 (84.38% from 255) = 39.45%

 BLUE value IS 141 (55.47% from 255) = 25.87%

R = 34.68%
G = 39.45%
B = 25.87%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.34

 K value IS 0.16

RGB Variations

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

Color information

#BDD78D (or 0xBDD78D) is known color: Sprout. HEX triplet: BD, D7 and 8D. RGB value is (189,215,141). Sum of RGB (Red+Green+Blue) = 189+215+141=545 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.68% from 545); Green value is 215 (84.38% from 255 or 39.45% from 545); Blue value is 141 (55.47% from 255 or 25.87% from 545); Max value from RGB is 215 - color contains mainly: green. Hex color #BDD78D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDD78D is #422872. Grayscale: #C7C7C7. Windows color (decimal): -4335731 or 9295805. OLE color: 9295805.

HSL color Cylindrical-coordinate representation of color #BDD78D: hue angle of 81.08º degrees, saturation: 0.48, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BDD78D is Cyan = 0.12, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.16.

Color convert

RGB 189 215 141 -
CMYK 0.12 0 0.34 0.16
HSL 81.08º 0.48% 0.7% -
HSV(B) 81.08º 0.34% 0.84% -
XYZ 50.09 61.34 34.4 -
YUV 198.79 95.39 121.02 -
System Red Green Blue C M Y K H S L
Decimal 189 215 141 0.12 0 0.34 0.16 81.08 0.48 0.7
Hex BD D7 8D C 0 22 10 51 30 46
Octal 275 327 215 14 0 42 20 121 60 106
Binary 10111101 11010111 10001101 1100 0 100010 10000 1010001 110000 1000110

Color Harmonies of #BDD78D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD78D

Black with #BDD78D

Text Example


Text Example

White with #BDD78D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD78D; }

 p { color: rgb(189,215,141); }

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

background-color css

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

 a { background-color: rgb(189,215,141); }

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

border-color css

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

 span { border-color: rgb(189,215,141); }

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