Html Css Color HEX #B8B97C Pine Glade

📋 copy color: '#B8B97C'

red 184 ◦ green 185 ◦ blue 124

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

Shades of Pine Glade #B8B97C

Tints of Pine Glade #B8B97C

RGB

 RED value IS 184 (72.27% from 255) = 37.32%

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

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

R = 37.32%
G = 37.53%
B = 25.15%

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

#B8B97C (or 0xB8B97C) is known color: Pine Glade. HEX triplet: B8, B9 and 7C. RGB value is (184,185,124). Sum of RGB (Red+Green+Blue) = 184+185+124=493 (65% of max value = 765). Red value is 184 (72.27% from 255 or 37.32% from 493); Green value is 185 (72.66% from 255 or 37.53% from 493); Blue value is 124 (48.83% from 255 or 25.15% from 493); Max value from RGB is 185 - color contains mainly: green. Hex color #B8B97C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8B97C is #474683. Grayscale: #B1B1B1. Windows color (decimal): -4671108 or 8174008. OLE color: 8174008.

HSL color Cylindrical-coordinate representation of color #B8B97C: hue angle of 60.98º 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 #B8B97C is Cyan = 0.01, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.27.

Color convert

RGB 184 185 124 -
CMYK 0.01 0 0.33 0.27
HSL 60.98º 0.3% 0.61% -
HSV(B) 60.98º 0.33% 0.73% -
XYZ 40.75 46.34 25.87 -
YUV 177.75 97.67 132.46 -
System Red Green Blue C M Y K H S L
Decimal 184 185 124 0.01 0 0.33 0.27 60.98 0.3 0.61
Hex B8 B9 7C 1 0 21 1B 3D 1E 3D
Octal 270 271 174 1 0 41 33 75 36 75
Binary 10111000 10111001 1111100 1 0 100001 11011 111101 11110 111101

Color Harmonies of #B8B97C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8B97C

Black with #B8B97C

Text Example


Text Example

White with #B8B97C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8B97C; }

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

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

background-color css

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

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

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

border-color css

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

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

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