Html Css Color HEX #B6BD84 Pine Glade

📋 copy color: '#B6BD84'

red 182 ◦ green 189 ◦ blue 132

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

Shades of Pine Glade #B6BD84

Tints of Pine Glade #B6BD84

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 26.24%

R = 36.18%
G = 37.57%
B = 26.24%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.30

 K value IS 0.26

RGB Variations

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

Color information

#B6BD84 (or 0xB6BD84) is known color: Pine Glade. HEX triplet: B6, BD and 84. RGB value is (182,189,132). Sum of RGB (Red+Green+Blue) = 182+189+132=503 (66% of max value = 765). Red value is 182 (71.48% from 255 or 36.18% from 503); Green value is 189 (74.22% from 255 or 37.57% from 503); Blue value is 132 (51.95% from 255 or 26.24% from 503); Max value from RGB is 189 - color contains mainly: green. Hex color #B6BD84 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B6BD84 is #49427B. Grayscale: #B4B4B4. Windows color (decimal): -4801148 or 8699318. OLE color: 8699318.

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

Color convert

RGB 182 189 132 -
CMYK 0.04 0 0.30 0.26
HSL 67.37º 0.3% 0.63% -
HSV(B) 67.37º 0.3% 0.74% -
XYZ 41.65 48.01 28.9 -
YUV 180.41 100.68 129.13 -
System Red Green Blue C M Y K H S L
Decimal 182 189 132 0.04 0 0.30 0.26 67.37 0.3 0.63
Hex B6 BD 84 4 0 1E 1A 43 1E 3F
Octal 266 275 204 4 0 36 32 103 36 77
Binary 10110110 10111101 10000100 100 0 11110 11010 1000011 11110 111111

Color Harmonies of #B6BD84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6BD84

Black with #B6BD84

Text Example


Text Example

White with #B6BD84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6BD84; }

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

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

background-color css

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

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

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

border-color css

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

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

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