#BCC572

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

Shades of Pine Glade #BCC572

Tints of Pine Glade #BCC572

Color information

#BCC572 (or 0xBCC572) is unknown color: approx Pine Glade. HEX triplet: BC, C5 and 72. RGB value is (188,197,114). Sum of RGB (Red+Green+Blue) = 188+197+114=499 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.68% from 499); Green value is 197 (77.34% from 255 or 39.48% from 499); Blue value is 114 (44.92% from 255 or 22.85% from 499); Max value from RGB is 197 - color contains mainly: green. Hex color #BCC572 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCC572 is #433A8D. Grayscale: #B9B9B9. Windows color (decimal): -4405902 or 7521724. OLE color: 7521724.

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

Color convert

RGB188197114-
CMYK0.0500.420.23
HSL66.51º41.71%60.98%-
HSV(B)66.51º42.13%77.25%-
XYZ43.7451.8423.62-
YUV184.8588.02130.25-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 37.68%
GREEN value IS 197 (77.34% from 255) = 39.48%
BLUE value IS 114 (44.92% from 255) = 22.85%
R=37.68%
G=39.48%
B=22.85%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1881971140.0500.420.2366.5141.7160.98
HexBCC572502A17432a3d
Octal2743051625052271035275
Binary101111001100010111100101010101010101111000011101010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCC572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCC572; }

 p { color: rgb(188,197,114); }

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

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

 a { background-color: rgb(188,197,114); }

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

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

 span { border-color: rgb(188,197,114); }

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