#BCC373

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

Shades of Pine Glade #BCC373

Tints of Pine Glade #BCC373

Color information

#BCC373 (or 0xBCC373) is unknown color: approx Pine Glade. HEX triplet: BC, C3 and 73. RGB value is (188,195,115). Sum of RGB (Red+Green+Blue) = 188+195+115=498 (65% of max value = 765). Red value is 188 (73.83% from 255 or 37.75% from 498); Green value is 195 (76.56% from 255 or 39.16% from 498); Blue value is 115 (45.31% from 255 or 23.09% from 498); Max value from RGB is 195 - color contains mainly: green. Hex color #BCC373 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCC373 is #433C8C. Grayscale: #B8B8B8. Windows color (decimal): -4406413 or 7586748. OLE color: 7586748.

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

Color convert

RGB188195115-
CMYK0.0400.410.24
HSL65.25º40%60.78%-
HSV(B)65.25º41.03%76.47%-
XYZ43.3550.9623.77-
YUV183.7989.18131-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 37.75%
GREEN value IS 195 (76.56% from 255) = 39.16%
BLUE value IS 115 (45.31% from 255) = 23.09%
R=37.75%
G=39.16%
B=23.09%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1881951150.0400.410.2465.254060.78
HexBCC37340291841283d
Octal2743031634051301015075
Binary101111001100001111100111000101001110001000001101000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCC373

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCC373; }

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

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

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

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

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

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

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

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