Html Css Color HEX #B4BC76 Pine Glade

📋 copy color: '#B4BC76'

red 180 ◦ green 188 ◦ blue 118

#B4BC76
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pine Glade #B4BC76

Tints of Pine Glade #B4BC76

RGB

 RED value IS 180 (70.7% from 255) = 37.04%

 GREEN value IS 188 (73.83% from 255) = 38.68%

 BLUE value IS 118 (46.48% from 255) = 24.28%

R = 37.04%
G = 38.68%
B = 24.28%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.37

 K value IS 0.26

RGB Variations

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

Color information

#B4BC76 (or 0xB4BC76) is known color: Pine Glade. HEX triplet: B4, BC and 76. RGB value is (180,188,118). Sum of RGB (Red+Green+Blue) = 180+188+118=486 (64% of max value = 765). Red value is 180 (70.70% from 255 or 37.04% from 486); Green value is 188 (73.83% from 255 or 38.68% from 486); Blue value is 118 (46.48% from 255 or 24.28% from 486); Max value from RGB is 188 - color contains mainly: green. Hex color #B4BC76 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4BC76 is #4B4389. Grayscale: #B1B1B1. Windows color (decimal): -4932490 or 7781556. OLE color: 7781556.

HSL color Cylindrical-coordinate representation of color #B4BC76: hue angle of 66.86º degrees, saturation: 0.34, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B4BC76 is Cyan = 0.04, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.26.

Color convert

RGB 180 188 118 -
CMYK 0.04 0 0.37 0.26
HSL 66.86º 0.34% 0.6% -
HSV(B) 66.86º 0.37% 0.74% -
XYZ 40.08 46.98 24.09 -
YUV 177.63 94.35 129.69 -
System Red Green Blue C M Y K H S L
Decimal 180 188 118 0.04 0 0.37 0.26 66.86 0.34 0.6
Hex B4 BC 76 4 0 25 1A 43 22 3C
Octal 264 274 166 4 0 45 32 103 42 74
Binary 10110100 10111100 1110110 100 0 100101 11010 1000011 100010 111100

Color Harmonies of #B4BC76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4BC76

Black with #B4BC76

Text Example


Text Example

White with #B4BC76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4BC76; }

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

 H1.HeaderClassName
 {
   color: #B4BC76;
 }
 .AnyTagClassName
 {
   color: #B4BC76;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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