Html Css Color HEX #B5BC7F Pine Glade

📋 copy color: '#B5BC7F'

red 181 ◦ green 188 ◦ blue 127

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

Shades of Pine Glade #B5BC7F

Tints of Pine Glade #B5BC7F

RGB

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

 GREEN value IS 188 (73.83% from 255) = 37.9%

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

R = 36.49%
G = 37.9%
B = 25.6%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.32

 K value IS 0.26

RGB Variations

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

Color information

#B5BC7F (or 0xB5BC7F) is known color: Pine Glade. HEX triplet: B5, BC and 7F. RGB value is (181,188,127). Sum of RGB (Red+Green+Blue) = 181+188+127=496 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.49% from 496); Green value is 188 (73.83% from 255 or 37.90% from 496); Blue value is 127 (50% from 255 or 25.60% from 496); Max value from RGB is 188 - color contains mainly: green. Hex color #B5BC7F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5BC7F is #4A4380. Grayscale: #B3B3B3. Windows color (decimal): -4866945 or 8371381. OLE color: 8371381.

HSL color Cylindrical-coordinate representation of color #B5BC7F: hue angle of 66.89º degrees, saturation: 0.31, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B5BC7F is Cyan = 0.04, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.26.

Color convert

RGB 181 188 127 -
CMYK 0.04 0 0.32 0.26
HSL 66.89º 0.31% 0.62% -
HSV(B) 66.89º 0.32% 0.74% -
XYZ 40.87 47.32 27.06 -
YUV 178.95 98.68 129.46 -
System Red Green Blue C M Y K H S L
Decimal 181 188 127 0.04 0 0.32 0.26 66.89 0.31 0.62
Hex B5 BC 7F 4 0 20 1A 43 1F 3E
Octal 265 274 177 4 0 40 32 103 37 76
Binary 10110101 10111100 1111111 100 0 100000 11010 1000011 11111 111110

Color Harmonies of #B5BC7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5BC7F

Black with #B5BC7F

Text Example


Text Example

White with #B5BC7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5BC7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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