Html Css Color HEX #B3BA7C Pine Glade

📋 copy color: '#B3BA7C'

red 179 ◦ green 186 ◦ blue 124

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

Shades of Pine Glade #B3BA7C

Tints of Pine Glade #B3BA7C

RGB

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

 GREEN value IS 186 (73.05% from 255) = 38.04%

 BLUE value IS 124 (48.83% from 255) = 25.36%

R = 36.61%
G = 38.04%
B = 25.36%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.33

 K value IS 0.27

RGB Variations

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

Color information

#B3BA7C (or 0xB3BA7C) is known color: Pine Glade. HEX triplet: B3, BA and 7C. RGB value is (179,186,124). Sum of RGB (Red+Green+Blue) = 179+186+124=489 (64% of max value = 765). Red value is 179 (70.31% from 255 or 36.61% from 489); Green value is 186 (73.05% from 255 or 38.04% from 489); Blue value is 124 (48.83% from 255 or 25.36% from 489); Max value from RGB is 186 - color contains mainly: green. Hex color #B3BA7C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B3BA7C is #4C4583. Grayscale: #B1B1B1. Windows color (decimal): -4998532 or 8174259. OLE color: 8174259.

HSL color Cylindrical-coordinate representation of color #B3BA7C: hue angle of 66.77º degrees, saturation: 0.31, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B3BA7C is Cyan = 0.04, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.27.

Color convert

RGB 179 186 124 -
CMYK 0.04 0 0.33 0.27
HSL 66.77º 0.31% 0.61% -
HSV(B) 66.77º 0.33% 0.73% -
XYZ 39.79 46.16 25.88 -
YUV 176.84 98.18 129.54 -
System Red Green Blue C M Y K H S L
Decimal 179 186 124 0.04 0 0.33 0.27 66.77 0.31 0.61
Hex B3 BA 7C 4 0 21 1B 43 1F 3D
Octal 263 272 174 4 0 41 33 103 37 75
Binary 10110011 10111010 1111100 100 0 100001 11011 1000011 11111 111101

Color Harmonies of #B3BA7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3BA7C

Black with #B3BA7C

Text Example


Text Example

White with #B3BA7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3BA7C; }

 p { color: rgb(179,186,124); }

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

background-color css

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

 a { background-color: rgb(179,186,124); }

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

border-color css

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

 span { border-color: rgb(179,186,124); }

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