Html Css Color HEX #BCCA91 Sprout

📋 copy color: '#BCCA91'

red 188 ◦ green 202 ◦ blue 145

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

Shades of Sprout #BCCA91

Tints of Sprout #BCCA91

RGB

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

 GREEN value IS 202 (79.3% from 255) = 37.76%

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

R = 35.14%
G = 37.76%
B = 27.1%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.28

 K value IS 0.21

RGB Variations

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

Color information

#BCCA91 (or 0xBCCA91) is known color: Sprout. HEX triplet: BC, CA and 91. RGB value is (188,202,145). Sum of RGB (Red+Green+Blue) = 188+202+145=535 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.14% from 535); Green value is 202 (79.30% from 255 or 37.76% from 535); Blue value is 145 (57.03% from 255 or 27.10% from 535); Max value from RGB is 202 - color contains mainly: green. Hex color #BCCA91 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCCA91 is #43356E. Grayscale: #BFBFBF. Windows color (decimal): -4404591 or 9554620. OLE color: 9554620.

HSL color Cylindrical-coordinate representation of color #BCCA91: hue angle of 74.74º degrees, saturation: 0.35, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BCCA91 is Cyan = 0.07, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.21.

Color convert

RGB 188 202 145 -
CMYK 0.07 0 0.28 0.21
HSL 74.74º 0.35% 0.68% -
HSV(B) 74.74º 0.28% 0.79% -
XYZ 46.97 54.98 34.92 -
YUV 191.32 101.86 125.63 -
System Red Green Blue C M Y K H S L
Decimal 188 202 145 0.07 0 0.28 0.21 74.74 0.35 0.68
Hex BC CA 91 7 0 1C 15 4B 23 44
Octal 274 312 221 7 0 34 25 113 43 104
Binary 10111100 11001010 10010001 111 0 11100 10101 1001011 100011 1000100

Color Harmonies of #BCCA91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCCA91

Black with #BCCA91

Text Example


Text Example

White with #BCCA91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCCA91; }

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

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

background-color css

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

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

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

border-color css

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

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

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