#BCC574

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

Shades of Pine Glade #BCC574

Tints of Pine Glade #BCC574

Color information

#BCC574 (or 0xBCC574) is unknown color: approx Pine Glade. HEX triplet: BC, C5 and 74. RGB value is (188,197,116). Sum of RGB (Red+Green+Blue) = 188+197+116=501 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.52% from 501); Green value is 197 (77.34% from 255 or 39.32% from 501); Blue value is 116 (45.70% from 255 or 23.15% from 501); Max value from RGB is 197 - color contains mainly: green. Hex color #BCC574 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCC574 is #433A8B. Grayscale: #B9B9B9. Windows color (decimal): -4405900 or 7652796. OLE color: 7652796.

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

Color convert

RGB188197116-
CMYK0.0500.410.23
HSL66.67º41.12%61.37%-
HSV(B)66.67º41.12%77.25%-
XYZ43.8651.8824.23-
YUV185.0889.02130.09-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 37.52%
GREEN value IS 197 (77.34% from 255) = 39.32%
BLUE value IS 116 (45.70% from 255) = 23.15%
R=37.52%
G=39.32%
B=23.15%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1881971160.0500.410.2366.6741.1261.37
HexBCC57450291743293d
Octal2743051645051271035175
Binary101111001100010111101001010101001101111000011101001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCC574

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCC574; }

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

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

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

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

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

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

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

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