#BCC775

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

Shades of Pine Glade #BCC775

Tints of Pine Glade #BCC775

Color information

#BCC775 (or 0xBCC775) is unknown color: approx Pine Glade. HEX triplet: BC, C7 and 75. RGB value is (188,199,117). Sum of RGB (Red+Green+Blue) = 188+199+117=504 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.30% from 504); Green value is 199 (78.12% from 255 or 39.48% from 504); Blue value is 117 (46.09% from 255 or 23.21% from 504); Max value from RGB is 199 - color contains mainly: green. Hex color #BCC775 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCC775 is #43388A. Grayscale: #BABABA. Windows color (decimal): -4405387 or 7718844. OLE color: 7718844.

HSL color Cylindrical-coordinate representation of color #BCC775: hue angle of 68.05º degrees, saturation: 0.42, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BCC775 is Cyan = 0.06, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.22.

Color convert

RGB188199117-
CMYK0.0600.410.22
HSL68.05º42.27%61.96%-
HSV(B)68.05º41.21%78.04%-
XYZ44.3752.8224.69-
YUV186.3688.86129.17-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 37.30%
GREEN value IS 199 (78.12% from 255) = 39.48%
BLUE value IS 117 (46.09% from 255) = 23.21%
R=37.30%
G=39.48%
B=23.21%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1881991170.0600.410.2268.0542.2761.96
HexBCC775602916442a3e
Octal2743071656051261045276
Binary101111001100011111101011100101001101101000100101010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCC775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCC775; }

 p { color: rgb(188,199,117); }

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

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

 a { background-color: rgb(188,199,117); }

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

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

 span { border-color: rgb(188,199,117); }

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