Html Css Color HEX #B7B97C Pine Glade

📋 copy color: '#B7B97C'

red 183 ◦ green 185 ◦ blue 124

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

Shades of Pine Glade #B7B97C

Tints of Pine Glade #B7B97C

RGB

 RED value IS 183 (71.88% from 255) = 37.2%

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

 BLUE value IS 124 (48.83% from 255) = 25.2%

R = 37.2%
G = 37.6%
B = 25.2%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.33

 K value IS 0.27

RGB Variations

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

Color information

#B7B97C (or 0xB7B97C) is known color: Pine Glade. HEX triplet: B7, B9 and 7C. RGB value is (183,185,124). Sum of RGB (Red+Green+Blue) = 183+185+124=492 (65% of max value = 765). Red value is 183 (71.88% from 255 or 37.20% from 492); Green value is 185 (72.66% from 255 or 37.60% from 492); Blue value is 124 (48.83% from 255 or 25.20% from 492); Max value from RGB is 185 - color contains mainly: green. Hex color #B7B97C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B7B97C is #484683. Grayscale: #B1B1B1. Windows color (decimal): -4736644 or 8174007. OLE color: 8174007.

HSL color Cylindrical-coordinate representation of color #B7B97C: hue angle of 61.97º degrees, saturation: 0.3, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B7B97C is Cyan = 0.01, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.27.

Color convert

RGB 183 185 124 -
CMYK 0.01 0 0.33 0.27
HSL 61.97º 0.3% 0.61% -
HSV(B) 61.97º 0.33% 0.73% -
XYZ 40.52 46.22 25.85 -
YUV 177.45 97.84 131.96 -
System Red Green Blue C M Y K H S L
Decimal 183 185 124 0.01 0 0.33 0.27 61.97 0.3 0.61
Hex B7 B9 7C 1 0 21 1B 3E 1E 3D
Octal 267 271 174 1 0 41 33 76 36 75
Binary 10110111 10111001 1111100 1 0 100001 11011 111110 11110 111101

Color Harmonies of #B7B97C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7B97C

Black with #B7B97C

Text Example


Text Example

White with #B7B97C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7B97C; }

 p { color: rgb(183,185,124); }

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

background-color css

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

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

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

border-color css

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

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

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