Html Css Color HEX #B5BD7F Pine Glade

📋 copy color: '#B5BD7F'

red 181 ◦ green 189 ◦ blue 127

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

Shades of Pine Glade #B5BD7F

Tints of Pine Glade #B5BD7F

RGB

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

 GREEN value IS 189 (74.22% from 255) = 38.03%

 BLUE value IS 127 (50% from 255) = 25.55%

R = 36.42%
G = 38.03%
B = 25.55%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.33

 K value IS 0.26

RGB Variations

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

Color information

#B5BD7F (or 0xB5BD7F) is known color: Pine Glade. HEX triplet: B5, BD and 7F. RGB value is (181,189,127). Sum of RGB (Red+Green+Blue) = 181+189+127=497 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.42% from 497); Green value is 189 (74.22% from 255 or 38.03% from 497); Blue value is 127 (50% from 255 or 25.55% from 497); Max value from RGB is 189 - color contains mainly: green. Hex color #B5BD7F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5BD7F is #4A4280. Grayscale: #B3B3B3. Windows color (decimal): -4866689 or 8371637. OLE color: 8371637.

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

Color convert

RGB 181 189 127 -
CMYK 0.04 0 0.33 0.26
HSL 67.74º 0.32% 0.62% -
HSV(B) 67.74º 0.33% 0.74% -
XYZ 41.08 47.75 27.13 -
YUV 179.54 98.35 129.04 -
System Red Green Blue C M Y K H S L
Decimal 181 189 127 0.04 0 0.33 0.26 67.74 0.32 0.62
Hex B5 BD 7F 4 0 21 1A 44 20 3E
Octal 265 275 177 4 0 41 32 104 40 76
Binary 10110101 10111101 1111111 100 0 100001 11010 1000100 100000 111110

Color Harmonies of #B5BD7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5BD7F

Black with #B5BD7F

Text Example


Text Example

White with #B5BD7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5BD7F; }

 p { color: rgb(181,189,127); }

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

background-color css

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

 a { background-color: rgb(181,189,127); }

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

border-color css

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

 span { border-color: rgb(181,189,127); }

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