#BCC673

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

Shades of Pine Glade #BCC673

Tints of Pine Glade #BCC673

Color information

#BCC673 (or 0xBCC673) is unknown color: approx Pine Glade. HEX triplet: BC, C6 and 73. RGB value is (188,198,115). Sum of RGB (Red+Green+Blue) = 188+198+115=501 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.52% from 501); Green value is 198 (77.73% from 255 or 39.52% from 501); Blue value is 115 (45.31% from 255 or 22.95% from 501); Max value from RGB is 198 - color contains mainly: green. Hex color #BCC673 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCC673 is #43398C. Grayscale: #B9B9B9. Windows color (decimal): -4405645 or 7587516. OLE color: 7587516.

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

Color convert

RGB188198115-
CMYK0.0500.420.22
HSL67.23º42.13%61.37%-
HSV(B)67.23º41.92%77.65%-
XYZ44.0352.3224-
YUV185.5588.19129.75-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 37.52%
GREEN value IS 198 (77.73% from 255) = 39.52%
BLUE value IS 115 (45.31% from 255) = 22.95%
R=37.52%
G=39.52%
B=22.95%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1881981150.0500.420.2267.2342.1361.37
HexBCC673502A16432a3d
Octal2743061635052261035275
Binary101111001100011011100111010101010101101000011101010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCC673

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCC673; }

 p { color: rgb(188,198,115); }

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

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

 a { background-color: rgb(188,198,115); }

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

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

 span { border-color: rgb(188,198,115); }

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