#BCC475

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

Shades of Pine Glade #BCC475

Tints of Pine Glade #BCC475

Color information

#BCC475 (or 0xBCC475) is unknown color: approx Pine Glade. HEX triplet: BC, C4 and 75. RGB value is (188,196,117). Sum of RGB (Red+Green+Blue) = 188+196+117=501 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.52% from 501); Green value is 196 (76.95% from 255 or 39.12% from 501); Blue value is 117 (46.09% from 255 or 23.35% from 501); Max value from RGB is 196 - color contains mainly: green. Hex color #BCC475 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCC475 is #433B8A. Grayscale: #B8B8B8. Windows color (decimal): -4406155 or 7718076. OLE color: 7718076.

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

Color convert

RGB188196117-
CMYK0.0400.400.23
HSL66.08º40.1%61.37%-
HSV(B)66.08º40.31%76.86%-
XYZ43.6951.4624.46-
YUV184.689.85130.42-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 37.52%
GREEN value IS 196 (76.95% from 255) = 39.12%
BLUE value IS 117 (46.09% from 255) = 23.35%
R=37.52%
G=39.12%
B=23.35%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1881961170.0400.400.2366.0840.161.37
HexBCC47540281742283d
Octal2743041654050271025075
Binary101111001100010011101011000101000101111000010101000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCC475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCC475; }

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

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

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

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

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

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

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

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