#BCCC95

Color #BCCC95 Sprout (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sprout #BCCC95

Tints of Sprout #BCCC95

Color information

#BCCC95 (or 0xBCCC95) is unknown color: approx Sprout. HEX triplet: BC, CC and 95. RGB value is (188,204,149). Sum of RGB (Red+Green+Blue) = 188+204+149=541 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.75% from 541); Green value is 204 (80.08% from 255 or 37.71% from 541); Blue value is 149 (58.59% from 255 or 27.54% from 541); Max value from RGB is 204 - color contains mainly: green. Hex color #BCCC95 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCCC95 is #43336A. Grayscale: #C1C1C1. Windows color (decimal): -4404075 or 9817276. OLE color: 9817276.

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

Color convert

RGB188204149-
CMYK0.0800.270.2
HSL77.45º35.03%69.22%-
HSV(B)77.45º26.96%80%-
XYZ47.7656.0536.73-
YUV192.95103.2124.47-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 34.75%
GREEN value IS 204 (80.08% from 255) = 37.71%
BLUE value IS 149 (58.59% from 255) = 27.54%
R=34.75%
G=37.71%
B=27.54%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1882041490.0800.270.277.4535.0369.22
HexBCCC95801B144d2345
Octal274314225100332411543105
Binary10111100110011001001010110000110111010010011011000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCCC95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCCC95; }

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

 H1.HeaderClassName
 {
   color: #BCCC95;
 }
 .AnyTagClassName
 {
   color: #BCCC95;
 }
</style>
background-color css

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

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

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

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

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

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