Html Css Color HEX #B8B976 Pine Glade

📋 copy color: '#B8B976'

red 184 ◦ green 185 ◦ blue 118

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

Shades of Pine Glade #B8B976

Tints of Pine Glade #B8B976

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 24.23%

R = 37.78%
G = 37.99%
B = 24.23%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.36

 K value IS 0.27

RGB Variations

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

Color information

#B8B976 (or 0xB8B976) is known color: Pine Glade. HEX triplet: B8, B9 and 76. RGB value is (184,185,118). Sum of RGB (Red+Green+Blue) = 184+185+118=487 (64% of max value = 765). Red value is 184 (72.27% from 255 or 37.78% from 487); Green value is 185 (72.66% from 255 or 37.99% from 487); Blue value is 118 (46.48% from 255 or 24.23% from 487); Max value from RGB is 185 - color contains mainly: green. Hex color #B8B976 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8B976 is #474689. Grayscale: #B1B1B1. Windows color (decimal): -4671114 or 7780792. OLE color: 7780792.

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

Color convert

RGB 184 185 118 -
CMYK 0.01 0 0.36 0.27
HSL 60.9º 0.32% 0.59% -
HSV(B) 60.9º 0.36% 0.73% -
XYZ 40.39 46.2 23.93 -
YUV 177.06 94.67 132.95 -
System Red Green Blue C M Y K H S L
Decimal 184 185 118 0.01 0 0.36 0.27 60.9 0.32 0.59
Hex B8 B9 76 1 0 24 1B 3D 20 3B
Octal 270 271 166 1 0 44 33 75 40 73
Binary 10111000 10111001 1110110 1 0 100100 11011 111101 100000 111011

Color Harmonies of #B8B976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8B976

Black with #B8B976

Text Example


Text Example

White with #B8B976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8B976; }

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

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

background-color css

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

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

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

border-color css

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

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

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