Html Css Color HEX #BCD59B Sprout

📋 copy color: '#BCD59B'

red 188 ◦ green 213 ◦ blue 155

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

Shades of Sprout #BCD59B

Tints of Sprout #BCD59B

RGB

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

 GREEN value IS 213 (83.59% from 255) = 38.31%

 BLUE value IS 155 (60.94% from 255) = 27.88%

R = 33.81%
G = 38.31%
B = 27.88%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.27

 K value IS 0.16

RGB Variations

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

Color information

#BCD59B (or 0xBCD59B) is known color: Sprout. HEX triplet: BC, D5 and 9B. RGB value is (188,213,155). Sum of RGB (Red+Green+Blue) = 188+213+155=556 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.81% from 556); Green value is 213 (83.59% from 255 or 38.31% from 556); Blue value is 155 (60.94% from 255 or 27.88% from 556); Max value from RGB is 213 - color contains mainly: green. Hex color #BCD59B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCD59B is #432A64. Grayscale: #C7C7C7. Windows color (decimal): -4401765 or 10212796. OLE color: 10212796.

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

Color convert

RGB 188 213 155 -
CMYK 0.12 0 0.27 0.16
HSL 85.86º 0.41% 0.72% -
HSV(B) 85.86º 0.27% 0.84% -
XYZ 50.45 60.65 40.06 -
YUV 198.91 103.22 120.22 -
System Red Green Blue C M Y K H S L
Decimal 188 213 155 0.12 0 0.27 0.16 85.86 0.41 0.72
Hex BC D5 9B C 0 1B 10 56 29 48
Octal 274 325 233 14 0 33 20 126 51 110
Binary 10111100 11010101 10011011 1100 0 11011 10000 1010110 101001 1001000

Color Harmonies of #BCD59B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD59B

Black with #BCD59B

Text Example


Text Example

White with #BCD59B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD59B; }

 p { color: rgb(188,213,155); }

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

background-color css

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

 a { background-color: rgb(188,213,155); }

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

border-color css

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

 span { border-color: rgb(188,213,155); }

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