#BCBE8A

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

Shades of Pine Glade #BCBE8A

Tints of Pine Glade #BCBE8A

Color information

#BCBE8A (or 0xBCBE8A) is unknown color: approx Pine Glade. HEX triplet: BC, BE and 8A. RGB value is (188,190,138). Sum of RGB (Red+Green+Blue) = 188+190+138=516 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.43% from 516); Green value is 190 (74.61% from 255 or 36.82% from 516); Blue value is 138 (54.30% from 255 or 26.74% from 516); Max value from RGB is 190 - color contains mainly: green. Hex color #BCBE8A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCBE8A is #434175. Grayscale: #B7B7B7. Windows color (decimal): -4407670 or 9092796. OLE color: 9092796.

HSL color Cylindrical-coordinate representation of color #BCBE8A: hue angle of 62.31º degrees, saturation: 0.29, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BCBE8A is Cyan = 0.01, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.25.

Color convert

RGB188190138-
CMYK0.0100.270.25
HSL62.31º28.57%64.31%-
HSV(B)62.31º27.37%74.51%-
XYZ43.7449.3531.27-
YUV183.47102.34131.23-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 36.43%
GREEN value IS 190 (74.61% from 255) = 36.82%
BLUE value IS 138 (54.30% from 255) = 26.74%
R=36.43%
G=36.82%
B=26.74%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1881901380.0100.270.2562.3128.5764.31
HexBCBE8A101B193e1d40
Octal2742762121033317635100
Binary101111001011111010001010101101111001111110111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCBE8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCBE8A; }

 p { color: rgb(188,190,138); }

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

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

 a { background-color: rgb(188,190,138); }

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

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

 span { border-color: rgb(188,190,138); }

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