#BCBE7B

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

Shades of Pine Glade #BCBE7B

Tints of Pine Glade #BCBE7B

Color information

#BCBE7B (or 0xBCBE7B) is unknown color: approx Pine Glade. HEX triplet: BC, BE and 7B. RGB value is (188,190,123). Sum of RGB (Red+Green+Blue) = 188+190+123=501 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.52% from 501); Green value is 190 (74.61% from 255 or 37.92% from 501); Blue value is 123 (48.44% from 255 or 24.55% from 501); Max value from RGB is 190 - color contains mainly: green. Hex color #BCBE7B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCBE7B is #434184. Grayscale: #B6B6B6. Windows color (decimal): -4407685 or 8109756. OLE color: 8109756.

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

Color convert

RGB188190123-
CMYK0.0100.350.25
HSL61.79º34.01%61.37%-
HSV(B)61.79º35.26%74.51%-
XYZ42.7348.9525.93-
YUV181.7694.84132.45-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 37.52%
GREEN value IS 190 (74.61% from 255) = 37.92%
BLUE value IS 123 (48.44% from 255) = 24.55%
R=37.52%
G=37.92%
B=24.55%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1881901230.0100.350.2561.7934.0161.37
HexBCBE7B1023193e223d
Octal274276173104331764275
Binary101111001011111011110111010001111001111110100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCBE7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCBE7B; }

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

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

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

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

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

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

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

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