#BCC379

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

Shades of Pine Glade #BCC379

Tints of Pine Glade #BCC379

Color information

#BCC379 (or 0xBCC379) is unknown color: approx Pine Glade. HEX triplet: BC, C3 and 79. RGB value is (188,195,121). Sum of RGB (Red+Green+Blue) = 188+195+121=504 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.30% from 504); Green value is 195 (76.56% from 255 or 38.69% from 504); Blue value is 121 (47.66% from 255 or 24.01% from 504); Max value from RGB is 195 - color contains mainly: green. Hex color #BCC379 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCC379 is #433C86. Grayscale: #B8B8B8. Windows color (decimal): -4406407 or 7979964. OLE color: 7979964.

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

Color convert

RGB188195121-
CMYK0.0400.380.24
HSL65.68º38.14%61.96%-
HSV(B)65.68º37.95%76.47%-
XYZ43.7151.125.65-
YUV184.4792.18130.52-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 37.30%
GREEN value IS 195 (76.56% from 255) = 38.69%
BLUE value IS 121 (47.66% from 255) = 24.01%
R=37.30%
G=38.69%
B=24.01%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1881951210.0400.380.2465.6838.1461.96
HexBCC37940261842263e
Octal2743031714046301024676
Binary101111001100001111110011000100110110001000010100110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCC379

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCC379; }

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

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

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

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

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

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

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

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