#BCB77B

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

Shades of Pine Glade #BCB77B

Tints of Pine Glade #BCB77B

Color information

#BCB77B (or 0xBCB77B) is unknown color: approx Pine Glade. HEX triplet: BC, B7 and 7B. RGB value is (188,183,123). Sum of RGB (Red+Green+Blue) = 188+183+123=494 (65% of max value = 765). Red value is 188 (73.83% from 255 or 38.06% from 494); Green value is 183 (71.88% from 255 or 37.04% from 494); Blue value is 123 (48.44% from 255 or 24.90% from 494); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB77B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCB77B is #434884. Grayscale: #B1B1B1. Windows color (decimal): -4409477 or 8107964. OLE color: 8107964.

HSL color Cylindrical-coordinate representation of color #BCB77B: hue angle of 55.38º degrees, saturation: 0.33, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BCB77B is Cyan = 0, Magento = 0.03, Yellow = 0.35 and Black (K on CMYK) = 0.26.

Color convert

RGB188183123-
CMYK00.030.350.26
HSL55.38º32.66%60.98%-
HSV(B)55.38º34.57%73.73%-
XYZ41.2545.9925.44-
YUV177.6597.16135.38-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 38.06%
GREEN value IS 183 (71.88% from 255) = 37.04%
BLUE value IS 123 (48.44% from 255) = 24.90%
R=38.06%
G=37.04%
B=24.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.35
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18818312300.030.350.2655.3832.6660.98
HexBCB77B03231A37213d
Octal274267173034332674175
Binary1011110010110111111101101110001111010110111100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB77B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB77B; }

 p { color: rgb(188,183,123); }

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

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

 a { background-color: rgb(188,183,123); }

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

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

 span { border-color: rgb(188,183,123); }

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