Html Css Color HEX #B6BC7F Pine Glade

📋 copy color: '#B6BC7F'

red 182 ◦ green 188 ◦ blue 127

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

Shades of Pine Glade #B6BC7F

Tints of Pine Glade #B6BC7F

RGB

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

 GREEN value IS 188 (73.83% from 255) = 37.83%

 BLUE value IS 127 (50% from 255) = 25.55%

R = 36.62%
G = 37.83%
B = 25.55%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.32

 K value IS 0.26

RGB Variations

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

Color information

#B6BC7F (or 0xB6BC7F) is known color: Pine Glade. HEX triplet: B6, BC and 7F. RGB value is (182,188,127). Sum of RGB (Red+Green+Blue) = 182+188+127=497 (65% of max value = 765). Red value is 182 (71.48% from 255 or 36.62% from 497); Green value is 188 (73.83% from 255 or 37.83% from 497); Blue value is 127 (50% from 255 or 25.55% from 497); Max value from RGB is 188 - color contains mainly: green. Hex color #B6BC7F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B6BC7F is #494380. Grayscale: #B3B3B3. Windows color (decimal): -4801409 or 8371382. OLE color: 8371382.

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

Color convert

RGB 182 188 127 -
CMYK 0.03 0 0.32 0.26
HSL 65.9º 0.31% 0.62% -
HSV(B) 65.9º 0.32% 0.74% -
XYZ 41.11 47.44 27.07 -
YUV 179.25 98.51 129.96 -
System Red Green Blue C M Y K H S L
Decimal 182 188 127 0.03 0 0.32 0.26 65.9 0.31 0.62
Hex B6 BC 7F 3 0 20 1A 42 1F 3E
Octal 266 274 177 3 0 40 32 102 37 76
Binary 10110110 10111100 1111111 11 0 100000 11010 1000010 11111 111110

Color Harmonies of #B6BC7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6BC7F

Black with #B6BC7F

Text Example


Text Example

White with #B6BC7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6BC7F; }

 p { color: rgb(182,188,127); }

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

background-color css

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

 a { background-color: rgb(182,188,127); }

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

border-color css

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

 span { border-color: rgb(182,188,127); }

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