#BCC374

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

Shades of Pine Glade #BCC374

Tints of Pine Glade #BCC374

Color information

#BCC374 (or 0xBCC374) is unknown color: approx Pine Glade. HEX triplet: BC, C3 and 74. RGB value is (188,195,116). Sum of RGB (Red+Green+Blue) = 188+195+116=499 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.68% from 499); Green value is 195 (76.56% from 255 or 39.08% from 499); Blue value is 116 (45.70% from 255 or 23.25% from 499); Max value from RGB is 195 - color contains mainly: green. Hex color #BCC374 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCC374 is #433C8B. Grayscale: #B8B8B8. Windows color (decimal): -4406412 or 7652284. OLE color: 7652284.

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

Color convert

RGB188195116-
CMYK0.0400.410.24
HSL65.32º39.7%60.98%-
HSV(B)65.32º40.51%76.47%-
XYZ43.4150.9824.08-
YUV183.989.68130.92-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 37.68%
GREEN value IS 195 (76.56% from 255) = 39.08%
BLUE value IS 116 (45.70% from 255) = 23.25%
R=37.68%
G=39.08%
B=23.25%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1881951160.0400.410.2465.3239.760.98
HexBCC37440291841283d
Octal2743031644051301015075
Binary101111001100001111101001000101001110001000001101000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCC374

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCC374; }

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

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

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

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

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

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

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

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