#BCBD74

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

Shades of Pine Glade #BCBD74

Tints of Pine Glade #BCBD74

Color information

#BCBD74 (or 0xBCBD74) is unknown color: approx Pine Glade. HEX triplet: BC, BD and 74. RGB value is (188,189,116). Sum of RGB (Red+Green+Blue) = 188+189+116=493 (65% of max value = 765). Red value is 188 (73.83% from 255 or 38.13% from 493); Green value is 189 (74.22% from 255 or 38.34% from 493); Blue value is 116 (45.70% from 255 or 23.53% from 493); Max value from RGB is 189 - color contains mainly: green. Hex color #BCBD74 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCBD74 is #43428B. Grayscale: #B4B4B4. Windows color (decimal): -4407948 or 7650748. OLE color: 7650748.

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

Color convert

RGB188189116-
CMYK0.0100.390.26
HSL60.82º35.61%59.8%-
HSV(B)60.82º38.62%74.12%-
XYZ42.0948.3523.64-
YUV180.3891.67133.44-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 38.13%
GREEN value IS 189 (74.22% from 255) = 38.34%
BLUE value IS 116 (45.70% from 255) = 23.53%
R=38.13%
G=38.34%
B=23.53%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881891160.0100.390.2660.8235.6159.8
HexBCBD7410271A3d243c
Octal274275164104732754474
Binary101111001011110111101001010011111010111101100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCBD74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCBD74; }

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

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

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

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

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

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

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

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