Html Css Color HEX #B5BA7E Pine Glade

📋 copy color: '#B5BA7E'

red 181 ◦ green 186 ◦ blue 126

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

Shades of Pine Glade #B5BA7E

Tints of Pine Glade #B5BA7E

RGB

 RED value IS 181 (71.09% from 255) = 36.71%

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

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

R = 36.71%
G = 37.73%
B = 25.56%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.32

 K value IS 0.27

RGB Variations

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

Color information

#B5BA7E (or 0xB5BA7E) is known color: Pine Glade. HEX triplet: B5, BA and 7E. RGB value is (181,186,126). Sum of RGB (Red+Green+Blue) = 181+186+126=493 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.71% from 493); Green value is 186 (73.05% from 255 or 37.73% from 493); Blue value is 126 (49.61% from 255 or 25.56% from 493); Max value from RGB is 186 - color contains mainly: green. Hex color #B5BA7E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5BA7E is #4A4581. Grayscale: #B1B1B1. Windows color (decimal): -4867458 or 8305333. OLE color: 8305333.

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

Color convert

RGB 181 186 126 -
CMYK 0.03 0 0.32 0.27
HSL 65º 0.3% 0.61% -
HSV(B) 65º 0.32% 0.73% -
XYZ 40.38 46.45 26.58 -
YUV 177.67 98.84 130.38 -
System Red Green Blue C M Y K H S L
Decimal 181 186 126 0.03 0 0.32 0.27 65 0.3 0.61
Hex B5 BA 7E 3 0 20 1B 41 1E 3D
Octal 265 272 176 3 0 40 33 101 36 75
Binary 10110101 10111010 1111110 11 0 100000 11011 1000001 11110 111101

Color Harmonies of #B5BA7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5BA7E

Black with #B5BA7E

Text Example


Text Example

White with #B5BA7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5BA7E; }

 p { color: rgb(181,186,126); }

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

background-color css

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

 a { background-color: rgb(181,186,126); }

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

border-color css

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

 span { border-color: rgb(181,186,126); }

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