#BCC474

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

Shades of Pine Glade #BCC474

Tints of Pine Glade #BCC474

Color information

#BCC474 (or 0xBCC474) is unknown color: approx Pine Glade. HEX triplet: BC, C4 and 74. RGB value is (188,196,116). Sum of RGB (Red+Green+Blue) = 188+196+116=500 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.6% from 500); Green value is 196 (76.95% from 255 or 39.2% from 500); Blue value is 116 (45.70% from 255 or 23.2% from 500); Max value from RGB is 196 - color contains mainly: green. Hex color #BCC474 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCC474 is #433B8B. Grayscale: #B8B8B8. Windows color (decimal): -4406156 or 7652540. OLE color: 7652540.

HSL color Cylindrical-coordinate representation of color #BCC474: hue angle of 66º degrees, saturation: 0.4, 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 #BCC474 is Cyan = 0.04, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.23.

Color convert

RGB188196116-
CMYK0.0400.410.23
HSL66º40.4%61.18%-
HSV(B)66º40.82%76.86%-
XYZ43.6351.4324.15-
YUV184.4989.35130.5-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 37.6%
GREEN value IS 196 (76.95% from 255) = 39.2%
BLUE value IS 116 (45.70% from 255) = 23.2%
R=37.6%
G=39.2%
B=23.2%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1881961160.0400.410.236640.461.18
HexBCC47440291742283d
Octal2743041644051271025075
Binary101111001100010011101001000101001101111000010101000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCC474

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCC474; }

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

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

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

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

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

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

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

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