Html Css Color HEX #B5BA7D Pine Glade

📋 copy color: '#B5BA7D'

red 181 ◦ green 186 ◦ blue 125

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

Shades of Pine Glade #B5BA7D

Tints of Pine Glade #B5BA7D

RGB

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

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

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

R = 36.79%
G = 37.8%
B = 25.41%

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

#B5BA7D (or 0xB5BA7D) is known color: Pine Glade. HEX triplet: B5, BA and 7D. RGB value is (181,186,125). Sum of RGB (Red+Green+Blue) = 181+186+125=492 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.79% from 492); Green value is 186 (73.05% from 255 or 37.80% from 492); Blue value is 125 (49.22% from 255 or 25.41% from 492); Max value from RGB is 186 - color contains mainly: green. Hex color #B5BA7D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5BA7D is #4A4582. Grayscale: #B1B1B1. Windows color (decimal): -4867459 or 8239797. OLE color: 8239797.

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

Color convert

RGB 181 186 125 -
CMYK 0.03 0 0.33 0.27
HSL 64.92º 0.31% 0.61% -
HSV(B) 64.92º 0.33% 0.73% -
XYZ 40.32 46.42 26.24 -
YUV 177.55 98.34 130.46 -
System Red Green Blue C M Y K H S L
Decimal 181 186 125 0.03 0 0.33 0.27 64.92 0.31 0.61
Hex B5 BA 7D 3 0 21 1B 41 1F 3D
Octal 265 272 175 3 0 41 33 101 37 75
Binary 10110101 10111010 1111101 11 0 100001 11011 1000001 11111 111101

Color Harmonies of #B5BA7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5BA7D

Black with #B5BA7D

Text Example


Text Example

White with #B5BA7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5BA7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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