#BCCE74

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

Shades of Pine Glade #BCCE74

Tints of Pine Glade #BCCE74

Color information

#BCCE74 (or 0xBCCE74) is unknown color: approx Pine Glade. HEX triplet: BC, CE and 74. RGB value is (188,206,116). Sum of RGB (Red+Green+Blue) = 188+206+116=510 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.86% from 510); Green value is 206 (80.86% from 255 or 40.39% from 510); Blue value is 116 (45.70% from 255 or 22.75% from 510); Max value from RGB is 206 - color contains mainly: green. Hex color #BCCE74 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCCE74 is #43318B. Grayscale: #BEBEBE. Windows color (decimal): -4403596 or 7655100. OLE color: 7655100.

HSL color Cylindrical-coordinate representation of color #BCCE74: hue angle of 72º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BCCE74 is Cyan = 0.09, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.19.

Color convert

RGB188206116-
CMYK0.0900.440.19
HSL72º47.87%63.14%-
HSV(B)72º43.69%80.78%-
XYZ45.9656.0924.93-
YUV190.3686.04126.32-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 36.86%
GREEN value IS 206 (80.86% from 255) = 40.39%
BLUE value IS 116 (45.70% from 255) = 22.75%
R=36.86%
G=40.39%
B=22.75%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1882061160.0900.440.197247.8763.14
HexBCCE74902C1348303f
Octal27431616411054231106077
Binary1011110011001110111010010010101100100111001000110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCCE74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCCE74; }

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

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

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

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

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

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

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

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