#B4BC70

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

Shades of Pine Glade #B4BC70

Tints of Pine Glade #B4BC70

Color information

#B4BC70 (or 0xB4BC70) is unknown color: approx Pine Glade. HEX triplet: B4, BC and 70. RGB value is (180,188,112). Sum of RGB (Red+Green+Blue) = 180+188+112=480 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.5% from 480); Green value is 188 (73.83% from 255 or 39.17% from 480); Blue value is 112 (44.14% from 255 or 23.33% from 480); Max value from RGB is 188 - color contains mainly: green. Hex color #B4BC70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4BC70 is #4B438F. Grayscale: #B1B1B1. Windows color (decimal): -4932496 or 7388340. OLE color: 7388340.

HSL color Cylindrical-coordinate representation of color #B4BC70: hue angle of 66.32º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B4BC70 is Cyan = 0.04, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.26.

Color convert

RGB180188112-
CMYK0.0400.400.26
HSL66.32º36.19%58.82%-
HSV(B)66.32º40.43%73.73%-
XYZ39.7346.8422.28-
YUV176.9491.35130.18-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 37.5%
GREEN value IS 188 (73.83% from 255) = 39.17%
BLUE value IS 112 (44.14% from 255) = 23.33%
R=37.5%
G=39.17%
B=23.33%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1801881120.0400.400.2666.3236.1958.82
HexB4BC7040281A42243b
Octal2642741604050321024473
Binary101101001011110011100001000101000110101000010100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4BC70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4BC70; }

 p { color: rgb(180,188,112); }

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

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

 a { background-color: rgb(180,188,112); }

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

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

 span { border-color: rgb(180,188,112); }

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