Html Css Color HEX #B6B9A1 Beryl Green

📋 copy color: '#B6B9A1'

red 182 ◦ green 185 ◦ blue 161

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

Shades of Beryl Green #B6B9A1

Tints of Beryl Green #B6B9A1

RGB

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

 GREEN value IS 185 (72.66% from 255) = 35.04%

 BLUE value IS 161 (63.28% from 255) = 30.49%

R = 34.47%
G = 35.04%
B = 30.49%

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

#B6B9A1 (or 0xB6B9A1) is known color: Beryl Green. HEX triplet: B6, B9 and A1. RGB value is (182,185,161). Sum of RGB (Red+Green+Blue) = 182+185+161=528 (69% of max value = 765). Red value is 182 (71.48% from 255 or 34.47% from 528); Green value is 185 (72.66% from 255 or 35.04% from 528); Blue value is 161 (63.28% from 255 or 30.49% from 528); Max value from RGB is 185 - color contains mainly: green. Hex color #B6B9A1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B6B9A1 is #49465E. Grayscale: #B5B5B5. Windows color (decimal): -4802143 or 10598838. OLE color: 10598838.

HSL color Cylindrical-coordinate representation of color #B6B9A1: hue angle of 67.5º 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 #B6B9A1 is Cyan = 0.02, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.27.

Color convert

RGB 182 185 161 -
CMYK 0.02 0 0.13 0.27
HSL 67.5º 0.15% 0.68% -
HSV(B) 67.5º 0.13% 0.73% -
XYZ 43.07 47.22 40.56 -
YUV 181.37 116.51 128.45 -
System Red Green Blue C M Y K H S L
Decimal 182 185 161 0.02 0 0.13 0.27 67.5 0.15 0.68
Hex B6 B9 A1 2 0 D 1B 44 F 44
Octal 266 271 241 2 0 15 33 104 17 104
Binary 10110110 10111001 10100001 10 0 1101 11011 1000100 1111 1000100

Color Harmonies of #B6B9A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6B9A1

Black with #B6B9A1

Text Example


Text Example

White with #B6B9A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6B9A1; }

 p { color: rgb(182,185,161); }

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

background-color css

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

 a { background-color: rgb(182,185,161); }

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

border-color css

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

 span { border-color: rgb(182,185,161); }

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