Html Css Color HEX #B5BA7C Pine Glade

📋 copy color: '#B5BA7C'

red 181 ◦ green 186 ◦ blue 124

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

Shades of Pine Glade #B5BA7C

Tints of Pine Glade #B5BA7C

RGB

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

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

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

R = 36.86%
G = 37.88%
B = 25.25%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.33

 K value IS 0.27

RGB Variations

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

Color information

#B5BA7C (or 0xB5BA7C) is known color: Pine Glade. HEX triplet: B5, BA and 7C. RGB value is (181,186,124). Sum of RGB (Red+Green+Blue) = 181+186+124=491 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.86% from 491); Green value is 186 (73.05% from 255 or 37.88% from 491); Blue value is 124 (48.83% from 255 or 25.25% from 491); Max value from RGB is 186 - color contains mainly: green. Hex color #B5BA7C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5BA7C is #4A4583. Grayscale: #B1B1B1. Windows color (decimal): -4867460 or 8174261. OLE color: 8174261.

HSL color Cylindrical-coordinate representation of color #B5BA7C: hue angle of 64.84º 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 #B5BA7C is Cyan = 0.03, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.27.

Color convert

RGB 181 186 124 -
CMYK 0.03 0 0.33 0.27
HSL 64.84º 0.31% 0.61% -
HSV(B) 64.84º 0.33% 0.73% -
XYZ 40.25 46.4 25.9 -
YUV 177.44 97.84 130.54 -
System Red Green Blue C M Y K H S L
Decimal 181 186 124 0.03 0 0.33 0.27 64.84 0.31 0.61
Hex B5 BA 7C 3 0 21 1B 41 1F 3D
Octal 265 272 174 3 0 41 33 101 37 75
Binary 10110101 10111010 1111100 11 0 100001 11011 1000001 11111 111101

Color Harmonies of #B5BA7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5BA7C

Black with #B5BA7C

Text Example


Text Example

White with #B5BA7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5BA7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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