Html Css Color HEX #BCCC91 Sprout

📋 copy color: '#BCCC91'

red 188 ◦ green 204 ◦ blue 145

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

Shades of Sprout #BCCC91

Tints of Sprout #BCCC91

RGB

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

 GREEN value IS 204 (80.08% from 255) = 37.99%

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

R = 35.01%
G = 37.99%
B = 27%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.29

 K value IS 0.2

RGB Variations

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

Color information

#BCCC91 (or 0xBCCC91) is known color: Sprout. HEX triplet: BC, CC and 91. RGB value is (188,204,145). Sum of RGB (Red+Green+Blue) = 188+204+145=537 (71% of max value = 765). Red value is 188 (73.83% from 255 or 35.01% from 537); Green value is 204 (80.08% from 255 or 37.99% from 537); Blue value is 145 (57.03% from 255 or 27.00% from 537); Max value from RGB is 204 - color contains mainly: green. Hex color #BCCC91 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCCC91 is #43336E. Grayscale: #C0C0C0. Windows color (decimal): -4404079 or 9555132. OLE color: 9555132.

HSL color Cylindrical-coordinate representation of color #BCCC91: hue angle of 76.27º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BCCC91 is Cyan = 0.08, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.2.

Color convert

RGB 188 204 145 -
CMYK 0.08 0 0.29 0.2
HSL 76.27º 0.37% 0.68% -
HSV(B) 76.27º 0.29% 0.8% -
XYZ 47.44 55.92 35.08 -
YUV 192.49 101.2 124.8 -
System Red Green Blue C M Y K H S L
Decimal 188 204 145 0.08 0 0.29 0.2 76.27 0.37 0.68
Hex BC CC 91 8 0 1D 14 4C 25 44
Octal 274 314 221 10 0 35 24 114 45 104
Binary 10111100 11001100 10010001 1000 0 11101 10100 1001100 100101 1000100

Color Harmonies of #BCCC91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCCC91

Black with #BCCC91

Text Example


Text Example

White with #BCCC91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCCC91; }

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

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

background-color css

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

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

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

border-color css

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

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

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