Html Css Color HEX #B8BAA2 Beryl Green

📋 copy color: '#B8BAA2'

red 184 ◦ green 186 ◦ blue 162

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

Shades of Beryl Green #B8BAA2

Tints of Beryl Green #B8BAA2

RGB

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

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

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

R = 34.59%
G = 34.96%
B = 30.45%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.13

 K value IS 0.27

RGB Variations

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

Color information

#B8BAA2 (or 0xB8BAA2) is known color: Beryl Green. HEX triplet: B8, BA and A2. RGB value is (184,186,162). Sum of RGB (Red+Green+Blue) = 184+186+162=532 (70% of max value = 765). Red value is 184 (72.27% from 255 or 34.59% from 532); Green value is 186 (73.05% from 255 or 34.96% from 532); Blue value is 162 (63.67% from 255 or 30.45% from 532); Max value from RGB is 186 - color contains mainly: green. Hex color #B8BAA2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B8BAA2 is #47455D. Grayscale: #B6B6B6. Windows color (decimal): -4670814 or 10664632. OLE color: 10664632.

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

Color convert

RGB 184 186 162 -
CMYK 0.01 0 0.13 0.27
HSL 65º 0.15% 0.68% -
HSV(B) 65º 0.13% 0.73% -
XYZ 43.85 47.92 41.12 -
YUV 182.67 116.34 128.95 -
System Red Green Blue C M Y K H S L
Decimal 184 186 162 0.01 0 0.13 0.27 65 0.15 0.68
Hex B8 BA A2 1 0 D 1B 41 F 44
Octal 270 272 242 1 0 15 33 101 17 104
Binary 10111000 10111010 10100010 1 0 1101 11011 1000001 1111 1000100

Color Harmonies of #B8BAA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8BAA2

Black with #B8BAA2

Text Example


Text Example

White with #B8BAA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8BAA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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