Html Css Color HEX #B8BD7C Pine Glade

📋 copy color: '#B8BD7C'

red 184 ◦ green 189 ◦ blue 124

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

Shades of Pine Glade #B8BD7C

Tints of Pine Glade #B8BD7C

RGB

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

 GREEN value IS 189 (74.22% from 255) = 38.03%

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

R = 37.02%
G = 38.03%
B = 24.95%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.34

 K value IS 0.26

RGB Variations

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

Color information

#B8BD7C (or 0xB8BD7C) is known color: Pine Glade. HEX triplet: B8, BD and 7C. RGB value is (184,189,124). Sum of RGB (Red+Green+Blue) = 184+189+124=497 (65% of max value = 765). Red value is 184 (72.27% from 255 or 37.02% from 497); Green value is 189 (74.22% from 255 or 38.03% from 497); Blue value is 124 (48.83% from 255 or 24.95% from 497); Max value from RGB is 189 - color contains mainly: green. Hex color #B8BD7C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8BD7C is #474283. Grayscale: #B4B4B4. Windows color (decimal): -4670084 or 8175032. OLE color: 8175032.

HSL color Cylindrical-coordinate representation of color #B8BD7C: hue angle of 64.62º degrees, saturation: 0.33, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B8BD7C is Cyan = 0.03, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.26.

Color convert

RGB 184 189 124 -
CMYK 0.03 0 0.34 0.26
HSL 64.62º 0.33% 0.61% -
HSV(B) 64.62º 0.34% 0.74% -
XYZ 41.6 48.04 26.15 -
YUV 180.1 96.34 130.79 -
System Red Green Blue C M Y K H S L
Decimal 184 189 124 0.03 0 0.34 0.26 64.62 0.33 0.61
Hex B8 BD 7C 3 0 22 1A 41 21 3D
Octal 270 275 174 3 0 42 32 101 41 75
Binary 10111000 10111101 1111100 11 0 100010 11010 1000001 100001 111101

Color Harmonies of #B8BD7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8BD7C

Black with #B8BD7C

Text Example


Text Example

White with #B8BD7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8BD7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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