#BCBC7B

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

Shades of Pine Glade #BCBC7B

Tints of Pine Glade #BCBC7B

Color information

#BCBC7B (or 0xBCBC7B) is unknown color: approx Pine Glade. HEX triplet: BC, BC and 7B. RGB value is (188,188,123). Sum of RGB (Red+Green+Blue) = 188+188+123=499 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.68% from 499); Green value is 188 (73.83% from 255 or 37.68% from 499); Blue value is 123 (48.44% from 255 or 24.65% from 499); Max value from RGB is 188 - color contains mainly: red, green. Hex color #BCBC7B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCBC7B is #434384. Grayscale: #B4B4B4. Windows color (decimal): -4408197 or 8109244. OLE color: 8109244.

HSL color Cylindrical-coordinate representation of color #BCBC7B: hue angle of 60º 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 #BCBC7B is Cyan = 0, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.26.

Color convert

RGB188188123-
CMYK000.350.26
HSL60º32.66%60.98%-
HSV(B)60º34.57%73.73%-
XYZ42.348.0925.79-
YUV180.5995.5133.29-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 37.68%
GREEN value IS 188 (73.83% from 255) = 37.68%
BLUE value IS 123 (48.44% from 255) = 24.65%
R=37.68%
G=37.68%
B=24.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188188123000.350.266032.6660.98
HexBCBC7B00231A3c213d
Octal274274173004332744175
Binary101111001011110011110110010001111010111100100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCBC7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCBC7B; }

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

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

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

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

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

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

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

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