Html Css Color HEX #B9BD85 Pine Glade

📋 copy color: '#B9BD85'

red 185 ◦ green 189 ◦ blue 133

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

Shades of Pine Glade #B9BD85

Tints of Pine Glade #B9BD85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 26.23%

R = 36.49%
G = 37.28%
B = 26.23%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.30

 K value IS 0.26

RGB Variations

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

Color information

#B9BD85 (or 0xB9BD85) is known color: Pine Glade. HEX triplet: B9, BD and 85. RGB value is (185,189,133). Sum of RGB (Red+Green+Blue) = 185+189+133=507 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.49% from 507); Green value is 189 (74.22% from 255 or 37.28% from 507); Blue value is 133 (52.34% from 255 or 26.23% from 507); Max value from RGB is 189 - color contains mainly: green. Hex color #B9BD85 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9BD85 is #46427A. Grayscale: #B5B5B5. Windows color (decimal): -4604539 or 8764857. OLE color: 8764857.

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

Color convert

RGB 185 189 133 -
CMYK 0.02 0 0.30 0.26
HSL 64.29º 0.3% 0.63% -
HSV(B) 64.29º 0.3% 0.74% -
XYZ 42.44 48.4 29.3 -
YUV 181.42 100.67 130.55 -
System Red Green Blue C M Y K H S L
Decimal 185 189 133 0.02 0 0.30 0.26 64.29 0.3 0.63
Hex B9 BD 85 2 0 1E 1A 40 1E 3F
Octal 271 275 205 2 0 36 32 100 36 77
Binary 10111001 10111101 10000101 10 0 11110 11010 1000000 11110 111111

Color Harmonies of #B9BD85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9BD85

Black with #B9BD85

Text Example


Text Example

White with #B9BD85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9BD85; }

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

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

background-color css

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

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

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

border-color css

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

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

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