#bcc279

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

Shades of Pine Glade #BCC279

Tints of Pine Glade #BCC279

Color information

#BCC279 (or 0xBCC279) is unknown color: approx Pine Glade. HEX triplet: BC, C2 and 79. RGB value is (188,194,121). Sum of RGB (Red+Green+Blue) = 188+194+121=503 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.38% from 503); Green value is 194 (76.17% from 255 or 38.57% from 503); Blue value is 121 (47.66% from 255 or 24.06% from 503); Max value from RGB is 194 - color contains mainly: green. Hex color #BCC279 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCC279 is #433D86. Grayscale: #B8B8B8. Windows color (decimal): -4406663 or 7979708. OLE color: 7979708.

HSL color Cylindrical-coordinate representation of color #BCC279: hue angle of 64.93º degrees, saturation: 0.37, 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 #BCC279 is Cyan = 0.03, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.24.

Color convert

RGB188194121-
CMYK0.0300.380.24
HSL64.93º37.44%61.76%-
HSV(B)64.93º37.63%76.08%-
XYZ43.4850.6625.57-
YUV183.8892.51130.94-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 37.38%
GREEN value IS 194 (76.17% from 255) = 38.57%
BLUE value IS 121 (47.66% from 255) = 24.06%
R=37.38%
G=38.57%
B=24.06%

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
Decimal1881941210.0300.380.2464.9337.4461.76
HexBCC27930261841253e
Octal2743021713046301014576
Binary10111100110000101111001110100110110001000001100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bcc279

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bcc279; }

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

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

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

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

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

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

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

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