Html Css Color HEX #BCDA8D Sprout

📋 copy color: '#BCDA8D'

red 188 ◦ green 218 ◦ blue 141

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

Shades of Sprout #BCDA8D

Tints of Sprout #BCDA8D

RGB

 RED value IS 188 (73.83% from 255) = 34.37%

 GREEN value IS 218 (85.55% from 255) = 39.85%

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

R = 34.37%
G = 39.85%
B = 25.78%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.35

 K value IS 0.15

RGB Variations

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

Color information

#BCDA8D (or 0xBCDA8D) is known color: Sprout. HEX triplet: BC, DA and 8D. RGB value is (188,218,141). Sum of RGB (Red+Green+Blue) = 188+218+141=547 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.37% from 547); Green value is 218 (85.55% from 255 or 39.85% from 547); Blue value is 141 (55.47% from 255 or 25.78% from 547); Max value from RGB is 218 - color contains mainly: green. Hex color #BCDA8D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCDA8D is #432572. Grayscale: #C8C8C8. Windows color (decimal): -4400499 or 9296572. OLE color: 9296572.

HSL color Cylindrical-coordinate representation of color #BCDA8D: hue angle of 83.38º degrees, saturation: 0.51, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BCDA8D is Cyan = 0.14, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.15.

Color convert

RGB 188 218 141 -
CMYK 0.14 0 0.35 0.15
HSL 83.38º 0.51% 0.7% -
HSV(B) 83.38º 0.35% 0.85% -
XYZ 50.62 62.76 34.64 -
YUV 200.25 94.56 119.26 -
System Red Green Blue C M Y K H S L
Decimal 188 218 141 0.14 0 0.35 0.15 83.38 0.51 0.7
Hex BC DA 8D E 0 23 F 53 33 46
Octal 274 332 215 16 0 43 17 123 63 106
Binary 10111100 11011010 10001101 1110 0 100011 1111 1010011 110011 1000110

Color Harmonies of #BCDA8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDA8D

Black with #BCDA8D

Text Example


Text Example

White with #BCDA8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDA8D; }

 p { color: rgb(188,218,141); }

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

background-color css

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

 a { background-color: rgb(188,218,141); }

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

border-color css

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

 span { border-color: rgb(188,218,141); }

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