Html Css Color HEX #BCD89A Sprout

📋 copy color: '#BCD89A'

red 188 ◦ green 216 ◦ blue 154

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

Shades of Sprout #BCD89A

Tints of Sprout #BCD89A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 27.6%

R = 33.69%
G = 38.71%
B = 27.6%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.29

 K value IS 0.15

RGB Variations

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

Color information

#BCD89A (or 0xBCD89A) is known color: Sprout. HEX triplet: BC, D8 and 9A. RGB value is (188,216,154). Sum of RGB (Red+Green+Blue) = 188+216+154=558 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.69% from 558); Green value is 216 (84.77% from 255 or 38.71% from 558); Blue value is 154 (60.55% from 255 or 27.60% from 558); Max value from RGB is 216 - color contains mainly: green. Hex color #BCD89A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCD89A is #432765. Grayscale: #C8C8C8. Windows color (decimal): -4400998 or 10148028. OLE color: 10148028.

HSL color Cylindrical-coordinate representation of color #BCD89A: hue angle of 87.1º degrees, saturation: 0.44, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BCD89A is Cyan = 0.13, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.15.

Color convert

RGB 188 216 154 -
CMYK 0.13 0 0.29 0.15
HSL 87.1º 0.44% 0.73% -
HSV(B) 87.1º 0.29% 0.85% -
XYZ 51.13 62.14 39.87 -
YUV 200.56 101.72 119.04 -
System Red Green Blue C M Y K H S L
Decimal 188 216 154 0.13 0 0.29 0.15 87.1 0.44 0.73
Hex BC D8 9A D 0 1D F 57 2C 49
Octal 274 330 232 15 0 35 17 127 54 111
Binary 10111100 11011000 10011010 1101 0 11101 1111 1010111 101100 1001001

Color Harmonies of #BCD89A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD89A

Black with #BCD89A

Text Example


Text Example

White with #BCD89A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD89A; }

 p { color: rgb(188,216,154); }

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

background-color css

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

 a { background-color: rgb(188,216,154); }

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

border-color css

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

 span { border-color: rgb(188,216,154); }

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