Html Css Color HEX #BCDA8E Sprout

📋 copy color: '#BCDA8E'

red 188 ◦ green 218 ◦ blue 142

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

Shades of Sprout #BCDA8E

Tints of Sprout #BCDA8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 25.91%

R = 34.31%
G = 39.78%
B = 25.91%

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

#BCDA8E (or 0xBCDA8E) is known color: Sprout. HEX triplet: BC, DA and 8E. RGB value is (188,218,142). Sum of RGB (Red+Green+Blue) = 188+218+142=548 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.31% from 548); Green value is 218 (85.55% from 255 or 39.78% from 548); Blue value is 142 (55.86% from 255 or 25.91% from 548); Max value from RGB is 218 - color contains mainly: green. Hex color #BCDA8E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCDA8E is #432571. Grayscale: #C8C8C8. Windows color (decimal): -4400498 or 9362108. OLE color: 9362108.

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

Color convert

RGB 188 218 142 -
CMYK 0.14 0 0.35 0.15
HSL 83.68º 0.51% 0.71% -
HSV(B) 83.68º 0.35% 0.85% -
XYZ 50.69 62.79 35.04 -
YUV 200.37 95.06 119.18 -
System Red Green Blue C M Y K H S L
Decimal 188 218 142 0.14 0 0.35 0.15 83.68 0.51 0.71
Hex BC DA 8E E 0 23 F 54 33 47
Octal 274 332 216 16 0 43 17 124 63 107
Binary 10111100 11011010 10001110 1110 0 100011 1111 1010100 110011 1000111

Color Harmonies of #BCDA8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDA8E

Black with #BCDA8E

Text Example


Text Example

White with #BCDA8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDA8E; }

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

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

background-color css

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

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

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

border-color css

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

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

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