Html Css Color HEX #B6BAA2 Beryl Green

📋 copy color: '#B6BAA2'

red 182 ◦ green 186 ◦ blue 162

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

Shades of Beryl Green #B6BAA2

Tints of Beryl Green #B6BAA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 30.57%

R = 34.34%
G = 35.09%
B = 30.57%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.13

 K value IS 0.27

RGB Variations

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

Color information

#B6BAA2 (or 0xB6BAA2) is known color: Beryl Green. HEX triplet: B6, BA and A2. RGB value is (182,186,162). Sum of RGB (Red+Green+Blue) = 182+186+162=530 (70% of max value = 765). Red value is 182 (71.48% from 255 or 34.34% from 530); Green value is 186 (73.05% from 255 or 35.09% from 530); Blue value is 162 (63.67% from 255 or 30.57% from 530); Max value from RGB is 186 - color contains mainly: green. Hex color #B6BAA2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B6BAA2 is #49455D. Grayscale: #B6B6B6. Windows color (decimal): -4801886 or 10664630. OLE color: 10664630.

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

Color convert

RGB 182 186 162 -
CMYK 0.02 0 0.13 0.27
HSL 70º 0.15% 0.68% -
HSV(B) 70º 0.13% 0.73% -
XYZ 43.37 47.67 41.1 -
YUV 182.07 116.67 127.95 -
System Red Green Blue C M Y K H S L
Decimal 182 186 162 0.02 0 0.13 0.27 70 0.15 0.68
Hex B6 BA A2 2 0 D 1B 46 F 44
Octal 266 272 242 2 0 15 33 106 17 104
Binary 10110110 10111010 10100010 10 0 1101 11011 1000110 1111 1000100

Color Harmonies of #B6BAA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6BAA2

Black with #B6BAA2

Text Example


Text Example

White with #B6BAA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6BAA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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