Html Css Color HEX #BCD791 Sprout

📋 copy color: '#BCD791'

red 188 ◦ green 215 ◦ blue 145

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

Shades of Sprout #BCD791

Tints of Sprout #BCD791

RGB

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

 GREEN value IS 215 (84.38% from 255) = 39.23%

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

R = 34.31%
G = 39.23%
B = 26.46%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.33

 K value IS 0.16

RGB Variations

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

Color information

#BCD791 (or 0xBCD791) is known color: Sprout. HEX triplet: BC, D7 and 91. RGB value is (188,215,145). Sum of RGB (Red+Green+Blue) = 188+215+145=548 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.31% from 548); Green value is 215 (84.38% from 255 or 39.23% from 548); Blue value is 145 (57.03% from 255 or 26.46% from 548); Max value from RGB is 215 - color contains mainly: green. Hex color #BCD791 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCD791 is #43286E. Grayscale: #C7C7C7. Windows color (decimal): -4401263 or 9557948. OLE color: 9557948.

HSL color Cylindrical-coordinate representation of color #BCD791: hue angle of 83.14º degrees, saturation: 0.47, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BCD791 is Cyan = 0.13, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.16.

Color convert

RGB 188 215 145 -
CMYK 0.13 0 0.33 0.16
HSL 83.14º 0.47% 0.71% -
HSV(B) 83.14º 0.33% 0.84% -
XYZ 50.15 61.34 35.98 -
YUV 198.95 97.55 120.19 -
System Red Green Blue C M Y K H S L
Decimal 188 215 145 0.13 0 0.33 0.16 83.14 0.47 0.71
Hex BC D7 91 D 0 21 10 53 2F 47
Octal 274 327 221 15 0 41 20 123 57 107
Binary 10111100 11010111 10010001 1101 0 100001 10000 1010011 101111 1000111

Color Harmonies of #BCD791

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD791

Black with #BCD791

Text Example


Text Example

White with #BCD791

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD791; }

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

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

background-color css

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

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

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

border-color css

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

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

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