#BCC378

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

Shades of Pine Glade #BCC378

Tints of Pine Glade #BCC378

Color information

#BCC378 (or 0xBCC378) is unknown color: approx Pine Glade. HEX triplet: BC, C3 and 78. RGB value is (188,195,120). Sum of RGB (Red+Green+Blue) = 188+195+120=503 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.38% from 503); Green value is 195 (76.56% from 255 or 38.77% from 503); Blue value is 120 (47.27% from 255 or 23.86% from 503); Max value from RGB is 195 - color contains mainly: green. Hex color #BCC378 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCC378 is #433C87. Grayscale: #B8B8B8. Windows color (decimal): -4406408 or 7914428. OLE color: 7914428.

HSL color Cylindrical-coordinate representation of color #BCC378: hue angle of 65.6º degrees, saturation: 0.38, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BCC378 is Cyan = 0.04, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.24.

Color convert

RGB188195120-
CMYK0.0400.380.24
HSL65.6º38.46%61.76%-
HSV(B)65.6º38.46%76.47%-
XYZ43.6451.0825.33-
YUV184.3691.68130.6-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 37.38%
GREEN value IS 195 (76.56% from 255) = 38.77%
BLUE value IS 120 (47.27% from 255) = 23.86%
R=37.38%
G=38.77%
B=23.86%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1881951200.0400.380.2465.638.4661.76
HexBCC37840261842263e
Octal2743031704046301024676
Binary101111001100001111110001000100110110001000010100110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCC378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCC378; }

 p { color: rgb(188,195,120); }

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

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

 a { background-color: rgb(188,195,120); }

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

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

 span { border-color: rgb(188,195,120); }

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