#BCC272

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

Shades of Pine Glade #BCC272

Tints of Pine Glade #BCC272

Color information

#BCC272 (or 0xBCC272) is unknown color: approx Pine Glade. HEX triplet: BC, C2 and 72. RGB value is (188,194,114). Sum of RGB (Red+Green+Blue) = 188+194+114=496 (65% of max value = 765). Red value is 188 (73.83% from 255 or 37.90% from 496); Green value is 194 (76.17% from 255 or 39.11% from 496); Blue value is 114 (44.92% from 255 or 22.98% from 496); Max value from RGB is 194 - color contains mainly: green. Hex color #BCC272 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCC272 is #433D8D. Grayscale: #B7B7B7. Windows color (decimal): -4406670 or 7520956. OLE color: 7520956.

HSL color Cylindrical-coordinate representation of color #BCC272: hue angle of 64.5º degrees, saturation: 0.4, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BCC272 is Cyan = 0.03, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.24.

Color convert

RGB188194114-
CMYK0.0300.410.24
HSL64.5º39.6%60.39%-
HSV(B)64.5º41.24%76.08%-
XYZ43.0750.4923.4-
YUV183.0989.01131.5-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 37.90%
GREEN value IS 194 (76.17% from 255) = 39.11%
BLUE value IS 114 (44.92% from 255) = 22.98%
R=37.90%
G=39.11%
B=22.98%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1881941140.0300.410.2464.539.660.39
HexBCC27230291840283c
Octal2743021623051301005074
Binary10111100110000101110010110101001110001000000101000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCC272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCC272; }

 p { color: rgb(188,194,114); }

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

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

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

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

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

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

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