Html Css Color HEX #B9BD7F Pine Glade

📋 copy color: '#B9BD7F'

red 185 ◦ green 189 ◦ blue 127

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

Shades of Pine Glade #B9BD7F

Tints of Pine Glade #B9BD7F

RGB

 RED value IS 185 (72.66% from 255) = 36.93%

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

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

R = 36.93%
G = 37.72%
B = 25.35%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.33

 K value IS 0.26

RGB Variations

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

Color information

#B9BD7F (or 0xB9BD7F) is known color: Pine Glade. HEX triplet: B9, BD and 7F. RGB value is (185,189,127). Sum of RGB (Red+Green+Blue) = 185+189+127=501 (66% of max value = 765). Red value is 185 (72.66% from 255 or 36.93% from 501); Green value is 189 (74.22% from 255 or 37.72% from 501); Blue value is 127 (50% from 255 or 25.35% from 501); Max value from RGB is 189 - color contains mainly: green. Hex color #B9BD7F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9BD7F is #464280. Grayscale: #B4B4B4. Windows color (decimal): -4604545 or 8371641. OLE color: 8371641.

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

Color convert

RGB 185 189 127 -
CMYK 0.02 0 0.33 0.26
HSL 63.87º 0.32% 0.62% -
HSV(B) 63.87º 0.33% 0.74% -
XYZ 42.04 48.24 27.17 -
YUV 180.74 97.67 131.04 -
System Red Green Blue C M Y K H S L
Decimal 185 189 127 0.02 0 0.33 0.26 63.87 0.32 0.62
Hex B9 BD 7F 2 0 21 1A 40 20 3E
Octal 271 275 177 2 0 41 32 100 40 76
Binary 10111001 10111101 1111111 10 0 100001 11010 1000000 100000 111110

Color Harmonies of #B9BD7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9BD7F

Black with #B9BD7F

Text Example


Text Example

White with #B9BD7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9BD7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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