Html Css Color HEX #B4BC7D Pine Glade

📋 copy color: '#B4BC7D'

red 180 ◦ green 188 ◦ blue 125

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

Shades of Pine Glade #B4BC7D

Tints of Pine Glade #B4BC7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 25.35%

R = 36.51%
G = 38.13%
B = 25.35%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.34

 K value IS 0.26

RGB Variations

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

Color information

#B4BC7D (or 0xB4BC7D) is known color: Pine Glade. HEX triplet: B4, BC and 7D. RGB value is (180,188,125). Sum of RGB (Red+Green+Blue) = 180+188+125=493 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.51% from 493); Green value is 188 (73.83% from 255 or 38.13% from 493); Blue value is 125 (49.22% from 255 or 25.35% from 493); Max value from RGB is 188 - color contains mainly: green. Hex color #B4BC7D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4BC7D is #4B4382. Grayscale: #B2B2B2. Windows color (decimal): -4932483 or 8240308. OLE color: 8240308.

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

Color convert

RGB 180 188 125 -
CMYK 0.04 0 0.34 0.26
HSL 67.62º 0.32% 0.61% -
HSV(B) 67.62º 0.34% 0.74% -
XYZ 40.51 47.15 26.37 -
YUV 178.43 97.85 129.12 -
System Red Green Blue C M Y K H S L
Decimal 180 188 125 0.04 0 0.34 0.26 67.62 0.32 0.61
Hex B4 BC 7D 4 0 22 1A 44 20 3D
Octal 264 274 175 4 0 42 32 104 40 75
Binary 10110100 10111100 1111101 100 0 100010 11010 1000100 100000 111101

Color Harmonies of #B4BC7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4BC7D

Black with #B4BC7D

Text Example


Text Example

White with #B4BC7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4BC7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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