Html Css Color HEX #B9BAAC Beryl Green

📋 copy color: '#B9BAAC'

red 185 ◦ green 186 ◦ blue 172

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

Shades of Beryl Green #B9BAAC

Tints of Beryl Green #B9BAAC

RGB

 RED value IS 185 (72.66% from 255) = 34.07%

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

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

R = 34.07%
G = 34.25%
B = 31.68%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.08

 K value IS 0.27

RGB Variations

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

Color information

#B9BAAC (or 0xB9BAAC) is known color: Beryl Green. HEX triplet: B9, BA and AC. RGB value is (185,186,172). Sum of RGB (Red+Green+Blue) = 185+186+172=543 (71% of max value = 765). Red value is 185 (72.66% from 255 or 34.07% from 543); Green value is 186 (73.05% from 255 or 34.25% from 543); Blue value is 172 (67.58% from 255 or 31.68% from 543); Max value from RGB is 186 - color contains mainly: green. Hex color #B9BAAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9BAAC is #464553. Grayscale: #B8B8B8. Windows color (decimal): -4605268 or 11319993. OLE color: 11319993.

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

Color convert

RGB 185 186 172 -
CMYK 0.01 0 0.08 0.27
HSL 64.29º 0.09% 0.7% -
HSV(B) 64.29º 0.08% 0.73% -
XYZ 45.01 48.41 46 -
YUV 184.11 121.17 128.64 -
System Red Green Blue C M Y K H S L
Decimal 185 186 172 0.01 0 0.08 0.27 64.29 0.09 0.7
Hex B9 BA AC 1 0 8 1B 40 9 46
Octal 271 272 254 1 0 10 33 100 11 106
Binary 10111001 10111010 10101100 1 0 1000 11011 1000000 1001 1000110

Color Harmonies of #B9BAAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9BAAC

Black with #B9BAAC

Text Example


Text Example

White with #B9BAAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9BAAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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