Html Css Color HEX #B5BAA2 Beryl Green

📋 copy color: '#B5BAA2'

red 181 ◦ green 186 ◦ blue 162

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

Shades of Beryl Green #B5BAA2

Tints of Beryl Green #B5BAA2

RGB

 RED value IS 181 (71.09% from 255) = 34.22%

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

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

R = 34.22%
G = 35.16%
B = 30.62%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.13

 K value IS 0.27

RGB Variations

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

Color information

#B5BAA2 (or 0xB5BAA2) is known color: Beryl Green. HEX triplet: B5, BA and A2. RGB value is (181,186,162). Sum of RGB (Red+Green+Blue) = 181+186+162=529 (70% of max value = 765). Red value is 181 (71.09% from 255 or 34.22% from 529); Green value is 186 (73.05% from 255 or 35.16% from 529); Blue value is 162 (63.67% from 255 or 30.62% from 529); Max value from RGB is 186 - color contains mainly: green. Hex color #B5BAA2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5BAA2 is #4A455D. Grayscale: #B5B5B5. Windows color (decimal): -4867422 or 10664629. OLE color: 10664629.

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

Color convert

RGB 181 186 162 -
CMYK 0.03 0 0.13 0.27
HSL 72.5º 0.15% 0.68% -
HSV(B) 72.5º 0.13% 0.73% -
XYZ 43.14 47.55 41.09 -
YUV 181.77 116.84 127.45 -
System Red Green Blue C M Y K H S L
Decimal 181 186 162 0.03 0 0.13 0.27 72.5 0.15 0.68
Hex B5 BA A2 3 0 D 1B 48 F 44
Octal 265 272 242 3 0 15 33 110 17 104
Binary 10110101 10111010 10100010 11 0 1101 11011 1001000 1111 1000100

Color Harmonies of #B5BAA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5BAA2

Black with #B5BAA2

Text Example


Text Example

White with #B5BAA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5BAA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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