#bcbc74

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

Shades of Pine Glade #BCBC74

Tints of Pine Glade #BCBC74

Color information

#BCBC74 (or 0xBCBC74) is unknown color: approx Pine Glade. HEX triplet: BC, BC and 74. RGB value is (188,188,116). Sum of RGB (Red+Green+Blue) = 188+188+116=492 (65% of max value = 765). Red value is 188 (73.83% from 255 or 38.21% from 492); Green value is 188 (73.83% from 255 or 38.21% from 492); Blue value is 116 (45.70% from 255 or 23.58% from 492); Max value from RGB is 188 - color contains mainly: red, green. Hex color #BCBC74 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCBC74 is #43438B. Grayscale: #B4B4B4. Windows color (decimal): -4408204 or 7650492. OLE color: 7650492.

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

Color convert

RGB188188116-
CMYK000.380.26
HSL60º34.95%59.61%-
HSV(B)60º38.3%73.73%-
XYZ41.8747.9223.57-
YUV179.7992133.85-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 38.21%
GREEN value IS 188 (73.83% from 255) = 38.21%
BLUE value IS 116 (45.70% from 255) = 23.58%
R=38.21%
G=38.21%
B=23.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188188116000.380.266034.9559.61
HexBCBC7400261A3c233c
Octal274274164004632744374
Binary101111001011110011101000010011011010111100100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bcbc74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bcbc74; }

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

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

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

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

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

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

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

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