#BCCB95

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

Shades of Sprout #BCCB95

Tints of Sprout #BCCB95

Color information

#BCCB95 (or 0xBCCB95) is unknown color: approx Sprout. HEX triplet: BC, CB and 95. RGB value is (188,203,149). Sum of RGB (Red+Green+Blue) = 188+203+149=540 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.81% from 540); Green value is 203 (79.69% from 255 or 37.59% from 540); Blue value is 149 (58.59% from 255 or 27.59% from 540); Max value from RGB is 203 - color contains mainly: green. Hex color #BCCB95 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCCB95 is #43346A. Grayscale: #C0C0C0. Windows color (decimal): -4404331 or 9817020. OLE color: 9817020.

HSL color Cylindrical-coordinate representation of color #BCCB95: hue angle of 76.67º degrees, saturation: 0.34, 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 #BCCB95 is Cyan = 0.07, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.20.

Color convert

RGB188203149-
CMYK0.0700.270.20
HSL76.67º34.18%69.02%-
HSV(B)76.67º26.6%79.61%-
XYZ47.5255.5736.66-
YUV192.36103.53124.89-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 34.81%
GREEN value IS 203 (79.69% from 255) = 37.59%
BLUE value IS 149 (58.59% from 255) = 27.59%
R=34.81%
G=37.59%
B=27.59%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1882031490.0700.270.2076.6734.1869.02
HexBCCB95701B144d2245
Octal27431322570332411542105
Binary1011110011001011100101011110110111010010011011000101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCCB95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCCB95; }

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

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

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

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

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

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

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

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