Html Css Color HEX #B6BD7F Pine Glade

📋 copy color: '#B6BD7F'

red 182 ◦ green 189 ◦ blue 127

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

Shades of Pine Glade #B6BD7F

Tints of Pine Glade #B6BD7F

RGB

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

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

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

R = 36.55%
G = 37.95%
B = 25.5%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.33

 K value IS 0.26

RGB Variations

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

Color information

#B6BD7F (or 0xB6BD7F) is known color: Pine Glade. HEX triplet: B6, BD and 7F. RGB value is (182,189,127). Sum of RGB (Red+Green+Blue) = 182+189+127=498 (65% of max value = 765). Red value is 182 (71.48% from 255 or 36.55% from 498); Green value is 189 (74.22% from 255 or 37.95% from 498); Blue value is 127 (50% from 255 or 25.50% from 498); Max value from RGB is 189 - color contains mainly: green. Hex color #B6BD7F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B6BD7F is #494280. Grayscale: #B4B4B4. Windows color (decimal): -4801153 or 8371638. OLE color: 8371638.

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

Color convert

RGB 182 189 127 -
CMYK 0.04 0 0.33 0.26
HSL 66.77º 0.32% 0.62% -
HSV(B) 66.77º 0.33% 0.74% -
XYZ 41.32 47.87 27.14 -
YUV 179.84 98.18 129.54 -
System Red Green Blue C M Y K H S L
Decimal 182 189 127 0.04 0 0.33 0.26 66.77 0.32 0.62
Hex B6 BD 7F 4 0 21 1A 43 20 3E
Octal 266 275 177 4 0 41 32 103 40 76
Binary 10110110 10111101 1111111 100 0 100001 11010 1000011 100000 111110

Color Harmonies of #B6BD7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6BD7F

Black with #B6BD7F

Text Example


Text Example

White with #B6BD7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6BD7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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