Html Css Color HEX #B8B9AA Beryl Green

📋 copy color: '#B8B9AA'

red 184 ◦ green 185 ◦ blue 170

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

Shades of Beryl Green #B8B9AA

Tints of Beryl Green #B8B9AA

RGB

 RED value IS 184 (72.27% from 255) = 34.14%

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

 BLUE value IS 170 (66.8% from 255) = 31.54%

R = 34.14%
G = 34.32%
B = 31.54%

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

#B8B9AA (or 0xB8B9AA) is known color: Beryl Green. HEX triplet: B8, B9 and AA. RGB value is (184,185,170). Sum of RGB (Red+Green+Blue) = 184+185+170=539 (71% of max value = 765). Red value is 184 (72.27% from 255 or 34.14% from 539); Green value is 185 (72.66% from 255 or 34.32% from 539); Blue value is 170 (66.80% from 255 or 31.54% from 539); Max value from RGB is 185 - color contains mainly: green. Hex color #B8B9AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B8B9AA is #474655. Grayscale: #B7B7B7. Windows color (decimal): -4671062 or 11188664. OLE color: 11188664.

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

Color convert

RGB 184 185 170 -
CMYK 0.01 0 0.08 0.27
HSL 64º 0.1% 0.7% -
HSV(B) 64º 0.08% 0.73% -
XYZ 44.37 47.79 44.92 -
YUV 182.99 120.67 128.72 -
System Red Green Blue C M Y K H S L
Decimal 184 185 170 0.01 0 0.08 0.27 64 0.1 0.7
Hex B8 B9 AA 1 0 8 1B 40 A 46
Octal 270 271 252 1 0 10 33 100 12 106
Binary 10111000 10111001 10101010 1 0 1000 11011 1000000 1010 1000110

Color Harmonies of #B8B9AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8B9AA

Black with #B8B9AA

Text Example


Text Example

White with #B8B9AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8B9AA; }

 p { color: rgb(184,185,170); }

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

background-color css

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

 a { background-color: rgb(184,185,170); }

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

border-color css

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

 span { border-color: rgb(184,185,170); }

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