Html Css Color HEX #B6BA7A Pine Glade

📋 copy color: '#B6BA7A'

red 182 ◦ green 186 ◦ blue 122

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

Shades of Pine Glade #B6BA7A

Tints of Pine Glade #B6BA7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 24.9%

R = 37.14%
G = 37.96%
B = 24.9%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.34

 K value IS 0.27

RGB Variations

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

Color information

#B6BA7A (or 0xB6BA7A) is known color: Pine Glade. HEX triplet: B6, BA and 7A. RGB value is (182,186,122). Sum of RGB (Red+Green+Blue) = 182+186+122=490 (64% of max value = 765). Red value is 182 (71.48% from 255 or 37.14% from 490); Green value is 186 (73.05% from 255 or 37.96% from 490); Blue value is 122 (48.05% from 255 or 24.90% from 490); Max value from RGB is 186 - color contains mainly: green. Hex color #B6BA7A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B6BA7A is #494585. Grayscale: #B1B1B1. Windows color (decimal): -4801926 or 8043190. OLE color: 8043190.

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

Color convert

RGB 182 186 122 -
CMYK 0.02 0 0.34 0.27
HSL 63.75º 0.32% 0.6% -
HSV(B) 63.75º 0.34% 0.73% -
XYZ 40.36 46.47 25.25 -
YUV 177.51 96.67 131.2 -
System Red Green Blue C M Y K H S L
Decimal 182 186 122 0.02 0 0.34 0.27 63.75 0.32 0.6
Hex B6 BA 7A 2 0 22 1B 40 20 3C
Octal 266 272 172 2 0 42 33 100 40 74
Binary 10110110 10111010 1111010 10 0 100010 11011 1000000 100000 111100

Color Harmonies of #B6BA7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6BA7A

Black with #B6BA7A

Text Example


Text Example

White with #B6BA7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6BA7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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