#BCC674

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

Shades of Pine Glade #BCC674

Tints of Pine Glade #BCC674

Color information

#BCC674 (or 0xBCC674) is unknown color: approx Pine Glade. HEX triplet: BC, C6 and 74. RGB value is (188,198,116). Sum of RGB (Red+Green+Blue) = 188+198+116=502 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.45% from 502); Green value is 198 (77.73% from 255 or 39.44% from 502); Blue value is 116 (45.70% from 255 or 23.11% from 502); Max value from RGB is 198 - color contains mainly: green. Hex color #BCC674 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCC674 is #43398B. Grayscale: #B9B9B9. Windows color (decimal): -4405644 or 7653052. OLE color: 7653052.

HSL color Cylindrical-coordinate representation of color #BCC674: hue angle of 67.32º 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 #BCC674 is Cyan = 0.05, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.22.

Color convert

RGB188198116-
CMYK0.0500.410.22
HSL67.32º41.84%61.57%-
HSV(B)67.32º41.41%77.65%-
XYZ44.0952.3424.3-
YUV185.6688.69129.67-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 37.45%
GREEN value IS 198 (77.73% from 255) = 39.44%
BLUE value IS 116 (45.70% from 255) = 23.11%
R=37.45%
G=39.44%
B=23.11%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1881981160.0500.410.2267.3241.8461.57
HexBCC674502916432a3e
Octal2743061645051261035276
Binary101111001100011011101001010101001101101000011101010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCC674

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCC674; }

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

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

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

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

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

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

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

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