#BCC278

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

Shades of Pine Glade #BCC278

Tints of Pine Glade #BCC278

Color information

#BCC278 (or 0xBCC278) is unknown color: approx Pine Glade. HEX triplet: BC, C2 and 78. RGB value is (188,194,120). Sum of RGB (Red+Green+Blue) = 188+194+120=502 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.45% from 502); Green value is 194 (76.17% from 255 or 38.65% from 502); Blue value is 120 (47.27% from 255 or 23.90% from 502); Max value from RGB is 194 - color contains mainly: green. Hex color #BCC278 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCC278 is #433D87. Grayscale: #B8B8B8. Windows color (decimal): -4406664 or 7914172. OLE color: 7914172.

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

Color convert

RGB188194120-
CMYK0.0300.380.24
HSL64.86º37.76%61.57%-
HSV(B)64.86º38.14%76.08%-
XYZ43.4250.6325.25-
YUV183.7792.01131.02-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 37.45%
GREEN value IS 194 (76.17% from 255) = 38.65%
BLUE value IS 120 (47.27% from 255) = 23.90%
R=37.45%
G=38.65%
B=23.90%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1881941200.0300.380.2464.8637.7661.57
HexBCC27830261841263e
Octal2743021703046301014676
Binary10111100110000101111000110100110110001000001100110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCC278

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCC278; }

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

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

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

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

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

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

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

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