#BCBE83

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

Shades of Pine Glade #BCBE83

Tints of Pine Glade #BCBE83

Color information

#BCBE83 (or 0xBCBE83) is unknown color: approx Pine Glade. HEX triplet: BC, BE and 83. RGB value is (188,190,131). Sum of RGB (Red+Green+Blue) = 188+190+131=509 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.94% from 509); Green value is 190 (74.61% from 255 or 37.33% from 509); Blue value is 131 (51.56% from 255 or 25.74% from 509); Max value from RGB is 190 - color contains mainly: green. Hex color #BCBE83 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCBE83 is #43417C. Grayscale: #B6B6B6. Windows color (decimal): -4407677 or 8634044. OLE color: 8634044.

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

Color convert

RGB188190131-
CMYK0.0100.310.25
HSL62.03º31.22%62.94%-
HSV(B)62.03º31.05%74.51%-
XYZ43.2549.1628.68-
YUV182.6898.84131.8-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 36.94%
GREEN value IS 190 (74.61% from 255) = 37.33%
BLUE value IS 131 (51.56% from 255) = 25.74%
R=36.94%
G=37.33%
B=25.74%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1881901310.0100.310.2562.0331.2262.94
HexBCBE83101F193e1f3f
Octal274276203103731763777
Binary10111100101111101000001110111111100111111011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCBE83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCBE83; }

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

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

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

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

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

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

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

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