Html Css Color HEX #B3BC7E Pine Glade

📋 copy color: '#B3BC7E'

red 179 ◦ green 188 ◦ blue 126

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

Shades of Pine Glade #B3BC7E

Tints of Pine Glade #B3BC7E

RGB

 RED value IS 179 (70.31% from 255) = 36.31%

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

 BLUE value IS 126 (49.61% from 255) = 25.56%

R = 36.31%
G = 38.13%
B = 25.56%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.33

 K value IS 0.26

RGB Variations

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

Color information

#B3BC7E (or 0xB3BC7E) is known color: Pine Glade. HEX triplet: B3, BC and 7E. RGB value is (179,188,126). Sum of RGB (Red+Green+Blue) = 179+188+126=493 (65% of max value = 765). Red value is 179 (70.31% from 255 or 36.31% from 493); Green value is 188 (73.83% from 255 or 38.13% from 493); Blue value is 126 (49.61% from 255 or 25.56% from 493); Max value from RGB is 188 - color contains mainly: green. Hex color #B3BC7E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B3BC7E is #4C4381. Grayscale: #B2B2B2. Windows color (decimal): -4998018 or 8305843. OLE color: 8305843.

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

Color convert

RGB 179 188 126 -
CMYK 0.05 0 0.33 0.26
HSL 68.71º 0.32% 0.62% -
HSV(B) 68.71º 0.33% 0.74% -
XYZ 40.34 47.06 26.7 -
YUV 178.24 98.52 128.54 -
System Red Green Blue C M Y K H S L
Decimal 179 188 126 0.05 0 0.33 0.26 68.71 0.32 0.62
Hex B3 BC 7E 5 0 21 1A 45 20 3E
Octal 263 274 176 5 0 41 32 105 40 76
Binary 10110011 10111100 1111110 101 0 100001 11010 1000101 100000 111110

Color Harmonies of #B3BC7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3BC7E

Black with #B3BC7E

Text Example


Text Example

White with #B3BC7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3BC7E; }

 p { color: rgb(179,188,126); }

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

background-color css

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

 a { background-color: rgb(179,188,126); }

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

border-color css

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

 span { border-color: rgb(179,188,126); }

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