#BCC470

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

Shades of Pine Glade #BCC470

Tints of Pine Glade #BCC470

Color information

#BCC470 (or 0xBCC470) is unknown color: approx Pine Glade. HEX triplet: BC, C4 and 70. RGB value is (188,196,112). Sum of RGB (Red+Green+Blue) = 188+196+112=496 (65% of max value = 765). Red value is 188 (73.83% from 255 or 37.90% from 496); Green value is 196 (76.95% from 255 or 39.52% from 496); Blue value is 112 (44.14% from 255 or 22.58% from 496); Max value from RGB is 196 - color contains mainly: green. Hex color #BCC470 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCC470 is #433B8F. Grayscale: #B8B8B8. Windows color (decimal): -4406160 or 7390396. OLE color: 7390396.

HSL color Cylindrical-coordinate representation of color #BCC470: hue angle of 65.71º degrees, saturation: 0.42, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BCC470 is Cyan = 0.04, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.23.

Color convert

RGB188196112-
CMYK0.0400.430.23
HSL65.71º41.58%60.39%-
HSV(B)65.71º42.86%76.86%-
XYZ43.451.3422.95-
YUV184.0387.35130.83-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 37.90%
GREEN value IS 196 (76.95% from 255) = 39.52%
BLUE value IS 112 (44.14% from 255) = 22.58%
R=37.90%
G=39.52%
B=22.58%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1881961120.0400.430.2365.7141.5860.39
HexBCC470402B17422a3c
Octal2743041604053271025274
Binary101111001100010011100001000101011101111000010101010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCC470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCC470; }

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

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

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

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

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

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

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

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