Html Css Color HEX #B8B97E Pine Glade

📋 copy color: '#B8B97E'

red 184 ◦ green 185 ◦ blue 126

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

Shades of Pine Glade #B8B97E

Tints of Pine Glade #B8B97E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 25.45%

R = 37.17%
G = 37.37%
B = 25.45%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.32

 K value IS 0.27

RGB Variations

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

Color information

#B8B97E (or 0xB8B97E) is known color: Pine Glade. HEX triplet: B8, B9 and 7E. RGB value is (184,185,126). Sum of RGB (Red+Green+Blue) = 184+185+126=495 (65% of max value = 765). Red value is 184 (72.27% from 255 or 37.17% from 495); Green value is 185 (72.66% from 255 or 37.37% from 495); Blue value is 126 (49.61% from 255 or 25.45% from 495); Max value from RGB is 185 - color contains mainly: green. Hex color #B8B97E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8B97E is #474681. Grayscale: #B2B2B2. Windows color (decimal): -4671106 or 8305080. OLE color: 8305080.

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

Color convert

RGB 184 185 126 -
CMYK 0.01 0 0.32 0.27
HSL 61.02º 0.3% 0.61% -
HSV(B) 61.02º 0.32% 0.73% -
XYZ 40.88 46.39 26.54 -
YUV 177.98 98.67 132.3 -
System Red Green Blue C M Y K H S L
Decimal 184 185 126 0.01 0 0.32 0.27 61.02 0.3 0.61
Hex B8 B9 7E 1 0 20 1B 3D 1E 3D
Octal 270 271 176 1 0 40 33 75 36 75
Binary 10111000 10111001 1111110 1 0 100000 11011 111101 11110 111101

Color Harmonies of #B8B97E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8B97E

Black with #B8B97E

Text Example


Text Example

White with #B8B97E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8B97E; }

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

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

background-color css

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

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

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

border-color css

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

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

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