#B4BE77

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

Shades of Pine Glade #B4BE77

Tints of Pine Glade #B4BE77

Color information

#B4BE77 (or 0xB4BE77) is unknown color: approx Pine Glade. HEX triplet: B4, BE and 77. RGB value is (180,190,119). Sum of RGB (Red+Green+Blue) = 180+190+119=489 (64% of max value = 765). Red value is 180 (70.70% from 255 or 36.81% from 489); Green value is 190 (74.61% from 255 or 38.85% from 489); Blue value is 119 (46.88% from 255 or 24.34% from 489); Max value from RGB is 190 - color contains mainly: green. Hex color #B4BE77 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4BE77 is #4B4188. Grayscale: #B3B3B3. Windows color (decimal): -4931977 or 7847604. OLE color: 7847604.

HSL color Cylindrical-coordinate representation of color #B4BE77: hue angle of 68.45º degrees, saturation: 0.35, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B4BE77 is Cyan = 0.05, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.25.

Color convert

RGB180190119-
CMYK0.0500.370.25
HSL68.45º35.32%60.59%-
HSV(B)68.45º37.37%74.51%-
XYZ40.5747.8624.55-
YUV178.9294.19128.77-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 36.81%
GREEN value IS 190 (74.61% from 255) = 38.85%
BLUE value IS 119 (46.88% from 255) = 24.34%
R=36.81%
G=38.85%
B=24.34%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1801901190.0500.370.2568.4535.3260.59
HexB4BE7750251944233d
Octal2642761675045311044375
Binary101101001011111011101111010100101110011000100100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4BE77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4BE77; }

 p { color: rgb(180,190,119); }

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

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

 a { background-color: rgb(180,190,119); }

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

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

 span { border-color: rgb(180,190,119); }

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