Html Css Color HEX #B6BA8A Pine Glade

📋 copy color: '#B6BA8A'

red 182 ◦ green 186 ◦ blue 138

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

Shades of Pine Glade #B6BA8A

Tints of Pine Glade #B6BA8A

RGB

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

 GREEN value IS 186 (73.05% from 255) = 36.76%

 BLUE value IS 138 (54.3% from 255) = 27.27%

R = 35.97%
G = 36.76%
B = 27.27%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.26

 K value IS 0.27

RGB Variations

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

Color information

#B6BA8A (or 0xB6BA8A) is known color: Pine Glade. HEX triplet: B6, BA and 8A. RGB value is (182,186,138). Sum of RGB (Red+Green+Blue) = 182+186+138=506 (67% of max value = 765). Red value is 182 (71.48% from 255 or 35.97% from 506); Green value is 186 (73.05% from 255 or 36.76% from 506); Blue value is 138 (54.30% from 255 or 27.27% from 506); Max value from RGB is 186 - color contains mainly: green. Hex color #B6BA8A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B6BA8A is #494575. Grayscale: #B3B3B3. Windows color (decimal): -4801910 or 9091766. OLE color: 9091766.

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

Color convert

RGB 182 186 138 -
CMYK 0.02 0 0.26 0.27
HSL 65º 0.26% 0.64% -
HSV(B) 65º 0.26% 0.73% -
XYZ 41.44 46.9 30.91 -
YUV 179.33 104.67 129.9 -
System Red Green Blue C M Y K H S L
Decimal 182 186 138 0.02 0 0.26 0.27 65 0.26 0.64
Hex B6 BA 8A 2 0 1A 1B 41 1A 40
Octal 266 272 212 2 0 32 33 101 32 100
Binary 10110110 10111010 10001010 10 0 11010 11011 1000001 11010 1000000

Color Harmonies of #B6BA8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6BA8A

Black with #B6BA8A

Text Example


Text Example

White with #B6BA8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6BA8A; }

 p { color: rgb(182,186,138); }

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

background-color css

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

 a { background-color: rgb(182,186,138); }

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

border-color css

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

 span { border-color: rgb(182,186,138); }

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