Html Css Color HEX #BCD591 Sprout

📋 copy color: '#BCD591'

red 188 ◦ green 213 ◦ blue 145

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

Shades of Sprout #BCD591

Tints of Sprout #BCD591

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 26.56%

R = 34.43%
G = 39.01%
B = 26.56%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.32

 K value IS 0.16

RGB Variations

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

Color information

#BCD591 (or 0xBCD591) is known color: Sprout. HEX triplet: BC, D5 and 91. RGB value is (188,213,145). Sum of RGB (Red+Green+Blue) = 188+213+145=546 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.43% from 546); Green value is 213 (83.59% from 255 or 39.01% from 546); Blue value is 145 (57.03% from 255 or 26.56% from 546); Max value from RGB is 213 - color contains mainly: green. Hex color #BCD591 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCD591 is #432A6E. Grayscale: #C6C6C6. Windows color (decimal): -4401775 or 9557436. OLE color: 9557436.

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

Color convert

RGB 188 213 145 -
CMYK 0.12 0 0.32 0.16
HSL 82.06º 0.45% 0.7% -
HSV(B) 82.06º 0.32% 0.84% -
XYZ 49.64 60.32 35.82 -
YUV 197.77 98.22 121.03 -
System Red Green Blue C M Y K H S L
Decimal 188 213 145 0.12 0 0.32 0.16 82.06 0.45 0.7
Hex BC D5 91 C 0 20 10 52 2D 46
Octal 274 325 221 14 0 40 20 122 55 106
Binary 10111100 11010101 10010001 1100 0 100000 10000 1010010 101101 1000110

Color Harmonies of #BCD591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD591

Black with #BCD591

Text Example


Text Example

White with #BCD591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD591; }

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

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

background-color css

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

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

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

border-color css

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

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

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