Html Css Color HEX #B9BD7A Pine Glade

📋 copy color: '#B9BD7A'

red 185 ◦ green 189 ◦ blue 122

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

Shades of Pine Glade #B9BD7A

Tints of Pine Glade #B9BD7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 24.6%

R = 37.3%
G = 38.1%
B = 24.6%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.35

 K value IS 0.26

RGB Variations

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

Color information

#B9BD7A (or 0xB9BD7A) is known color: Pine Glade. HEX triplet: B9, BD and 7A. RGB value is (185,189,122). Sum of RGB (Red+Green+Blue) = 185+189+122=496 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.30% from 496); Green value is 189 (74.22% from 255 or 38.10% from 496); Blue value is 122 (48.05% from 255 or 24.60% from 496); Max value from RGB is 189 - color contains mainly: green. Hex color #B9BD7A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9BD7A is #464285. Grayscale: #B4B4B4. Windows color (decimal): -4604550 or 8043961. OLE color: 8043961.

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

Color convert

RGB 185 189 122 -
CMYK 0.02 0 0.35 0.26
HSL 63.58º 0.34% 0.61% -
HSV(B) 63.58º 0.35% 0.74% -
XYZ 41.72 48.11 25.5 -
YUV 180.17 95.17 131.45 -
System Red Green Blue C M Y K H S L
Decimal 185 189 122 0.02 0 0.35 0.26 63.58 0.34 0.61
Hex B9 BD 7A 2 0 23 1A 40 22 3D
Octal 271 275 172 2 0 43 32 100 42 75
Binary 10111001 10111101 1111010 10 0 100011 11010 1000000 100010 111101

Color Harmonies of #B9BD7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9BD7A

Black with #B9BD7A

Text Example


Text Example

White with #B9BD7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9BD7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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