Html Css Color HEX #B6B77C Pine Glade

📋 copy color: '#B6B77C'

red 182 ◦ green 183 ◦ blue 124

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

Shades of Pine Glade #B6B77C

Tints of Pine Glade #B6B77C

RGB

 RED value IS 182 (71.48% from 255) = 37.22%

 GREEN value IS 183 (71.88% from 255) = 37.42%

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

R = 37.22%
G = 37.42%
B = 25.36%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.32

 K value IS 0.28

RGB Variations

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

Color information

#B6B77C (or 0xB6B77C) is known color: Pine Glade. HEX triplet: B6, B7 and 7C. RGB value is (182,183,124). Sum of RGB (Red+Green+Blue) = 182+183+124=489 (64% of max value = 765). Red value is 182 (71.48% from 255 or 37.22% from 489); Green value is 183 (71.88% from 255 or 37.42% from 489); Blue value is 124 (48.83% from 255 or 25.36% from 489); Max value from RGB is 183 - color contains mainly: green. Hex color #B6B77C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B6B77C is #494883. Grayscale: #B0B0B0. Windows color (decimal): -4802692 or 8173494. OLE color: 8173494.

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

Color convert

RGB 182 183 124 -
CMYK 0.01 0 0.32 0.28
HSL 61.02º 0.29% 0.6% -
HSV(B) 61.02º 0.32% 0.72% -
XYZ 39.86 45.27 25.71 -
YUV 175.98 98.67 132.3 -
System Red Green Blue C M Y K H S L
Decimal 182 183 124 0.01 0 0.32 0.28 61.02 0.29 0.6
Hex B6 B7 7C 1 0 20 1C 3D 1D 3C
Octal 266 267 174 1 0 40 34 75 35 74
Binary 10110110 10110111 1111100 1 0 100000 11100 111101 11101 111100

Color Harmonies of #B6B77C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6B77C

Black with #B6B77C

Text Example


Text Example

White with #B6B77C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6B77C; }

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

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

background-color css

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

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

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

border-color css

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

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

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