Html Css Color HEX #B9B97A Pine Glade

📋 copy color: '#B9B97A'

red 185 ◦ green 185 ◦ blue 122

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

Shades of Pine Glade #B9B97A

Tints of Pine Glade #B9B97A

RGB

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

 GREEN value IS 185 (72.66% from 255) = 37.6%

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

R = 37.6%
G = 37.6%
B = 24.8%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.34

 K value IS 0.27

RGB Variations

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

Color information

#B9B97A (or 0xB9B97A) is known color: Pine Glade. HEX triplet: B9, B9 and 7A. RGB value is (185,185,122). Sum of RGB (Red+Green+Blue) = 185+185+122=492 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.60% from 492); Green value is 185 (72.66% from 255 or 37.60% from 492); Blue value is 122 (48.05% from 255 or 24.80% from 492); Max value from RGB is 185 - color contains mainly: red, green. Hex color #B9B97A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9B97A is #464685. Grayscale: #B2B2B2. Windows color (decimal): -4605574 or 8042937. OLE color: 8042937.

HSL color Cylindrical-coordinate representation of color #B9B97A: hue angle of 60º degrees, saturation: 0.31, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B9B97A is Cyan = 0, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 185 122 -
CMYK 0 0 0.34 0.27
HSL 60º 0.31% 0.6% -
HSV(B) 60º 0.34% 0.73% -
XYZ 40.87 46.42 25.22 -
YUV 177.82 96.5 133.12 -
System Red Green Blue C M Y K H S L
Decimal 185 185 122 0 0 0.34 0.27 60 0.31 0.6
Hex B9 B9 7A 0 0 22 1B 3C 1F 3C
Octal 271 271 172 0 0 42 33 74 37 74
Binary 10111001 10111001 1111010 0 0 100010 11011 111100 11111 111100

Color Harmonies of #B9B97A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9B97A

Black with #B9B97A

Text Example


Text Example

White with #B9B97A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9B97A; }

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

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

background-color css

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

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

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

border-color css

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

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

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