Html Css Color HEX #B9BF86 Pine Glade

📋 copy color: '#B9BF86'

red 185 ◦ green 191 ◦ blue 134

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

Shades of Pine Glade #B9BF86

Tints of Pine Glade #B9BF86

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 26.27%

R = 36.27%
G = 37.45%
B = 26.27%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.30

 K value IS 0.25

RGB Variations

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

Color information

#B9BF86 (or 0xB9BF86) is known color: Pine Glade. HEX triplet: B9, BF and 86. RGB value is (185,191,134). Sum of RGB (Red+Green+Blue) = 185+191+134=510 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.27% from 510); Green value is 191 (75% from 255 or 37.45% from 510); Blue value is 134 (52.73% from 255 or 26.27% from 510); Max value from RGB is 191 - color contains mainly: green. Hex color #B9BF86 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9BF86 is #464079. Grayscale: #B6B6B6. Windows color (decimal): -4604026 or 8830905. OLE color: 8830905.

HSL color Cylindrical-coordinate representation of color #B9BF86: hue angle of 66.32º degrees, saturation: 0.31, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B9BF86 is Cyan = 0.03, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.25.

Color convert

RGB 185 191 134 -
CMYK 0.03 0 0.30 0.25
HSL 66.32º 0.31% 0.64% -
HSV(B) 66.32º 0.3% 0.75% -
XYZ 42.94 49.3 29.81 -
YUV 182.71 100.51 129.63 -
System Red Green Blue C M Y K H S L
Decimal 185 191 134 0.03 0 0.30 0.25 66.32 0.31 0.64
Hex B9 BF 86 3 0 1E 19 42 1F 40
Octal 271 277 206 3 0 36 31 102 37 100
Binary 10111001 10111111 10000110 11 0 11110 11001 1000010 11111 1000000

Color Harmonies of #B9BF86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9BF86

Black with #B9BF86

Text Example


Text Example

White with #B9BF86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9BF86; }

 p { color: rgb(185,191,134); }

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

background-color css

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

 a { background-color: rgb(185,191,134); }

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

border-color css

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

 span { border-color: rgb(185,191,134); }

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