Html Css Color HEX #B9BD89 Pine Glade

📋 copy color: '#B9BD89'

red 185 ◦ green 189 ◦ blue 137

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

Shades of Pine Glade #B9BD89

Tints of Pine Glade #B9BD89

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 26.81%

R = 36.2%
G = 36.99%
B = 26.81%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.28

 K value IS 0.26

RGB Variations

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

Color information

#B9BD89 (or 0xB9BD89) is known color: Pine Glade. HEX triplet: B9, BD and 89. RGB value is (185,189,137). Sum of RGB (Red+Green+Blue) = 185+189+137=511 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.20% from 511); Green value is 189 (74.22% from 255 or 36.99% from 511); Blue value is 137 (53.91% from 255 or 26.81% from 511); Max value from RGB is 189 - color contains mainly: green. Hex color #B9BD89 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9BD89 is #464276. Grayscale: #B6B6B6. Windows color (decimal): -4604535 or 9027001. OLE color: 9027001.

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

Color convert

RGB 185 189 137 -
CMYK 0.02 0 0.28 0.26
HSL 64.62º 0.28% 0.64% -
HSV(B) 64.62º 0.28% 0.74% -
XYZ 42.72 48.52 30.78 -
YUV 181.88 102.67 130.23 -
System Red Green Blue C M Y K H S L
Decimal 185 189 137 0.02 0 0.28 0.26 64.62 0.28 0.64
Hex B9 BD 89 2 0 1C 1A 41 1C 40
Octal 271 275 211 2 0 34 32 101 34 100
Binary 10111001 10111101 10001001 10 0 11100 11010 1000001 11100 1000000

Color Harmonies of #B9BD89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9BD89

Black with #B9BD89

Text Example


Text Example

White with #B9BD89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9BD89; }

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

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

background-color css

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

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

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

border-color css

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

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

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