#BCC577

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

Shades of Pine Glade #BCC577

Tints of Pine Glade #BCC577

Color information

#BCC577 (or 0xBCC577) is unknown color: approx Pine Glade. HEX triplet: BC, C5 and 77. RGB value is (188,197,119). Sum of RGB (Red+Green+Blue) = 188+197+119=504 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.30% from 504); Green value is 197 (77.34% from 255 or 39.09% from 504); Blue value is 119 (46.88% from 255 or 23.61% from 504); Max value from RGB is 197 - color contains mainly: green. Hex color #BCC577 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCC577 is #433A88. Grayscale: #B9B9B9. Windows color (decimal): -4405897 or 7849404. OLE color: 7849404.

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

Color convert

RGB188197119-
CMYK0.0500.400.23
HSL66.92º40.21%61.96%-
HSV(B)66.92º39.59%77.25%-
XYZ44.0451.9625.16-
YUV185.4290.52129.84-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 37.30%
GREEN value IS 197 (77.34% from 255) = 39.09%
BLUE value IS 119 (46.88% from 255) = 23.61%
R=37.30%
G=39.09%
B=23.61%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1881971190.0500.400.2366.9240.2161.96
HexBCC57750281743283e
Octal2743051675050271035076
Binary101111001100010111101111010101000101111000011101000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCC577

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCC577; }

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

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

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

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

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

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

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

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