Html Css Color HEX #B5BF7E Pine Glade

📋 copy color: '#B5BF7E'

red 181 ◦ green 191 ◦ blue 126

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

Shades of Pine Glade #B5BF7E

Tints of Pine Glade #B5BF7E

RGB

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

 GREEN value IS 191 (75% from 255) = 38.35%

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

R = 36.35%
G = 38.35%
B = 25.3%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.34

 K value IS 0.25

RGB Variations

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

Color information

#B5BF7E (or 0xB5BF7E) is known color: Pine Glade. HEX triplet: B5, BF and 7E. RGB value is (181,191,126). Sum of RGB (Red+Green+Blue) = 181+191+126=498 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.35% from 498); Green value is 191 (75% from 255 or 38.35% from 498); Blue value is 126 (49.61% from 255 or 25.30% from 498); Max value from RGB is 191 - color contains mainly: green. Hex color #B5BF7E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5BF7E is #4A4081. Grayscale: #B4B4B4. Windows color (decimal): -4866178 or 8306613. OLE color: 8306613.

HSL color Cylindrical-coordinate representation of color #B5BF7E: hue angle of 69.23º degrees, saturation: 0.34, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B5BF7E is Cyan = 0.05, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.25.

Color convert

RGB 181 191 126 -
CMYK 0.05 0 0.34 0.25
HSL 69.23º 0.34% 0.62% -
HSV(B) 69.23º 0.34% 0.75% -
XYZ 41.45 48.59 26.93 -
YUV 180.6 97.19 128.29 -
System Red Green Blue C M Y K H S L
Decimal 181 191 126 0.05 0 0.34 0.25 69.23 0.34 0.62
Hex B5 BF 7E 5 0 22 19 45 22 3E
Octal 265 277 176 5 0 42 31 105 42 76
Binary 10110101 10111111 1111110 101 0 100010 11001 1000101 100010 111110

Color Harmonies of #B5BF7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5BF7E

Black with #B5BF7E

Text Example


Text Example

White with #B5BF7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5BF7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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