Html Css Color HEX #B7BD7C Pine Glade

📋 copy color: '#B7BD7C'

red 183 ◦ green 189 ◦ blue 124

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

Shades of Pine Glade #B7BD7C

Tints of Pine Glade #B7BD7C

RGB

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

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

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

R = 36.9%
G = 38.1%
B = 25%

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

#B7BD7C (or 0xB7BD7C) is known color: Pine Glade. HEX triplet: B7, BD and 7C. RGB value is (183,189,124). Sum of RGB (Red+Green+Blue) = 183+189+124=496 (65% of max value = 765). Red value is 183 (71.88% from 255 or 36.90% from 496); Green value is 189 (74.22% from 255 or 38.10% from 496); Blue value is 124 (48.83% from 255 or 25% from 496); Max value from RGB is 189 - color contains mainly: green. Hex color #B7BD7C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B7BD7C is #484283. Grayscale: #B4B4B4. Windows color (decimal): -4735620 or 8175031. OLE color: 8175031.

HSL color Cylindrical-coordinate representation of color #B7BD7C: hue angle of 65.54º 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 #B7BD7C is Cyan = 0.03, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.26.

Color convert

RGB 183 189 124 -
CMYK 0.03 0 0.34 0.26
HSL 65.54º 0.33% 0.61% -
HSV(B) 65.54º 0.34% 0.74% -
XYZ 41.36 47.92 26.14 -
YUV 179.8 96.51 130.29 -
System Red Green Blue C M Y K H S L
Decimal 183 189 124 0.03 0 0.34 0.26 65.54 0.33 0.61
Hex B7 BD 7C 3 0 22 1A 42 21 3D
Octal 267 275 174 3 0 42 32 102 41 75
Binary 10110111 10111101 1111100 11 0 100010 11010 1000010 100001 111101

Color Harmonies of #B7BD7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7BD7C

Black with #B7BD7C

Text Example


Text Example

White with #B7BD7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7BD7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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