Html Css Color HEX #B6BC89 Pine Glade

📋 copy color: '#B6BC89'

red 182 ◦ green 188 ◦ blue 137

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

Shades of Pine Glade #B6BC89

Tints of Pine Glade #B6BC89

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 27.02%

R = 35.9%
G = 37.08%
B = 27.02%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.27

 K value IS 0.26

RGB Variations

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

Color information

#B6BC89 (or 0xB6BC89) is known color: Pine Glade. HEX triplet: B6, BC and 89. RGB value is (182,188,137). Sum of RGB (Red+Green+Blue) = 182+188+137=507 (67% of max value = 765). Red value is 182 (71.48% from 255 or 35.90% from 507); Green value is 188 (73.83% from 255 or 37.08% from 507); Blue value is 137 (53.91% from 255 or 27.02% from 507); Max value from RGB is 188 - color contains mainly: green. Hex color #B6BC89 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B6BC89 is #494376. Grayscale: #B4B4B4. Windows color (decimal): -4801399 or 9026742. OLE color: 9026742.

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

Color convert

RGB 182 188 137 -
CMYK 0.03 0 0.27 0.26
HSL 67.06º 0.28% 0.64% -
HSV(B) 67.06º 0.27% 0.74% -
XYZ 41.79 47.72 30.67 -
YUV 180.39 103.51 129.15 -
System Red Green Blue C M Y K H S L
Decimal 182 188 137 0.03 0 0.27 0.26 67.06 0.28 0.64
Hex B6 BC 89 3 0 1B 1A 43 1C 40
Octal 266 274 211 3 0 33 32 103 34 100
Binary 10110110 10111100 10001001 11 0 11011 11010 1000011 11100 1000000

Color Harmonies of #B6BC89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6BC89

Black with #B6BC89

Text Example


Text Example

White with #B6BC89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6BC89; }

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

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

background-color css

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

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

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

border-color css

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

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

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