#BCC270

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

Shades of Pine Glade #BCC270

Tints of Pine Glade #BCC270

Color information

#BCC270 (or 0xBCC270) is unknown color: approx Pine Glade. HEX triplet: BC, C2 and 70. RGB value is (188,194,112). Sum of RGB (Red+Green+Blue) = 188+194+112=494 (65% of max value = 765). Red value is 188 (73.83% from 255 or 38.06% from 494); Green value is 194 (76.17% from 255 or 39.27% from 494); Blue value is 112 (44.14% from 255 or 22.67% from 494); Max value from RGB is 194 - color contains mainly: green. Hex color #BCC270 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCC270 is #433D8F. Grayscale: #B7B7B7. Windows color (decimal): -4406672 or 7389884. OLE color: 7389884.

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

Color convert

RGB188194112-
CMYK0.0300.420.24
HSL64.39º40.2%60%-
HSV(B)64.39º42.27%76.08%-
XYZ42.9650.4422.8-
YUV182.8688.01131.67-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 38.06%
GREEN value IS 194 (76.17% from 255) = 39.27%
BLUE value IS 112 (44.14% from 255) = 22.67%
R=38.06%
G=39.27%
B=22.67%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1881941120.0300.420.2464.3940.260
HexBCC270302A1840283c
Octal2743021603052301005074
Binary10111100110000101110000110101010110001000000101000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCC270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCC270; }

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

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

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

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

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

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

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

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