Html Css Color HEX #B6BAAC Beryl Green

📋 copy color: '#B6BAAC'

red 182 ◦ green 186 ◦ blue 172

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

Shades of Beryl Green #B6BAAC

Tints of Beryl Green #B6BAAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 31.85%

R = 33.7%
G = 34.44%
B = 31.85%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.08

 K value IS 0.27

RGB Variations

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

Color information

#B6BAAC (or 0xB6BAAC) is known color: Beryl Green. HEX triplet: B6, BA and AC. RGB value is (182,186,172). Sum of RGB (Red+Green+Blue) = 182+186+172=540 (71% of max value = 765). Red value is 182 (71.48% from 255 or 33.70% from 540); Green value is 186 (73.05% from 255 or 34.44% from 540); Blue value is 172 (67.58% from 255 or 31.85% from 540); Max value from RGB is 186 - color contains mainly: green. Hex color #B6BAAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B6BAAC is #494553. Grayscale: #B7B7B7. Windows color (decimal): -4801876 or 11319990. OLE color: 11319990.

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

Color convert

RGB 182 186 172 -
CMYK 0.02 0 0.08 0.27
HSL 77.14º 0.09% 0.7% -
HSV(B) 77.14º 0.08% 0.73% -
XYZ 44.3 48.04 45.97 -
YUV 183.21 121.67 127.14 -
System Red Green Blue C M Y K H S L
Decimal 182 186 172 0.02 0 0.08 0.27 77.14 0.09 0.7
Hex B6 BA AC 2 0 8 1B 4D 9 46
Octal 266 272 254 2 0 10 33 115 11 106
Binary 10110110 10111010 10101100 10 0 1000 11011 1001101 1001 1000110

Color Harmonies of #B6BAAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6BAAC

Black with #B6BAAC

Text Example


Text Example

White with #B6BAAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6BAAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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