Html Css Color HEX #B9BD8A Pine Glade

📋 copy color: '#B9BD8A'

red 185 ◦ green 189 ◦ blue 138

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

Shades of Pine Glade #B9BD8A

Tints of Pine Glade #B9BD8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 26.95%

R = 36.13%
G = 36.91%
B = 26.95%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.27

 K value IS 0.26

RGB Variations

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

Color information

#B9BD8A (or 0xB9BD8A) is known color: Pine Glade. HEX triplet: B9, BD and 8A. RGB value is (185,189,138). Sum of RGB (Red+Green+Blue) = 185+189+138=512 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.13% from 512); Green value is 189 (74.22% from 255 or 36.91% from 512); Blue value is 138 (54.30% from 255 or 26.95% from 512); Max value from RGB is 189 - color contains mainly: green. Hex color #B9BD8A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9BD8A is #464275. Grayscale: #B6B6B6. Windows color (decimal): -4604534 or 9092537. OLE color: 9092537.

HSL color Cylindrical-coordinate representation of color #B9BD8A: hue angle of 64.71º degrees, saturation: 0.28, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B9BD8A is Cyan = 0.02, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.26.

Color convert

RGB 185 189 138 -
CMYK 0.02 0 0.27 0.26
HSL 64.71º 0.28% 0.64% -
HSV(B) 64.71º 0.27% 0.74% -
XYZ 42.79 48.54 31.16 -
YUV 181.99 103.17 130.15 -
System Red Green Blue C M Y K H S L
Decimal 185 189 138 0.02 0 0.27 0.26 64.71 0.28 0.64
Hex B9 BD 8A 2 0 1B 1A 41 1C 40
Octal 271 275 212 2 0 33 32 101 34 100
Binary 10111001 10111101 10001010 10 0 11011 11010 1000001 11100 1000000

Color Harmonies of #B9BD8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9BD8A

Black with #B9BD8A

Text Example


Text Example

White with #B9BD8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9BD8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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