Html Css Color HEX #BCD898 Sprout

📋 copy color: '#BCD898'

red 188 ◦ green 216 ◦ blue 152

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

Shades of Sprout #BCD898

Tints of Sprout #BCD898

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 27.34%

R = 33.81%
G = 38.85%
B = 27.34%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.30

 K value IS 0.15

RGB Variations

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

Color information

#BCD898 (or 0xBCD898) is known color: Sprout. HEX triplet: BC, D8 and 98. RGB value is (188,216,152). Sum of RGB (Red+Green+Blue) = 188+216+152=556 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.81% from 556); Green value is 216 (84.77% from 255 or 38.85% from 556); Blue value is 152 (59.77% from 255 or 27.34% from 556); Max value from RGB is 216 - color contains mainly: green. Hex color #BCD898 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCD898 is #432767. Grayscale: #C8C8C8. Windows color (decimal): -4401000 or 10016956. OLE color: 10016956.

HSL color Cylindrical-coordinate representation of color #BCD898: hue angle of 86.25º degrees, saturation: 0.45, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BCD898 is Cyan = 0.13, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.15.

Color convert

RGB 188 216 152 -
CMYK 0.13 0 0.30 0.15
HSL 86.25º 0.45% 0.72% -
HSV(B) 86.25º 0.3% 0.85% -
XYZ 50.96 62.07 39 -
YUV 200.33 100.72 119.2 -
System Red Green Blue C M Y K H S L
Decimal 188 216 152 0.13 0 0.30 0.15 86.25 0.45 0.72
Hex BC D8 98 D 0 1E F 56 2D 48
Octal 274 330 230 15 0 36 17 126 55 110
Binary 10111100 11011000 10011000 1101 0 11110 1111 1010110 101101 1001000

Color Harmonies of #BCD898

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD898

Black with #BCD898

Text Example


Text Example

White with #BCD898

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD898; }

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

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

background-color css

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

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

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

border-color css

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

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

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