#B4BAA0

Color #B4BAA0 Beryl Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Beryl Green #B4BAA0

Tints of Beryl Green #B4BAA0

Color information

#B4BAA0 (or 0xB4BAA0) is unknown color: approx Beryl Green. HEX triplet: B4, BA and A0. RGB value is (180,186,160). Sum of RGB (Red+Green+Blue) = 180+186+160=526 (69% of max value = 765). Red value is 180 (70.70% from 255 or 34.22% from 526); Green value is 186 (73.05% from 255 or 35.36% from 526); Blue value is 160 (62.89% from 255 or 30.42% from 526); Max value from RGB is 186 - color contains mainly: green. Hex color #B4BAA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4BAA0 is #4B455F. Grayscale: #B5B5B5. Windows color (decimal): -4932960 or 10533556. OLE color: 10533556.

HSL color Cylindrical-coordinate representation of color #B4BAA0: hue angle of 73.85º degrees, saturation: 0.16, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B4BAA0 is Cyan = 0.03, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.27.

Color convert

RGB180186160-
CMYK0.0300.140.27
HSL73.85º15.85%67.84%-
HSV(B)73.85º13.98%72.94%-
XYZ42.7347.3640.15-
YUV181.24116.01127.11-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 34.22%
GREEN value IS 186 (73.05% from 255) = 35.36%
BLUE value IS 160 (62.89% from 255) = 30.42%
R=34.22%
G=35.36%
B=30.42%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1801861600.0300.140.2773.8515.8567.84
HexB4BAA030E1B4a1044
Octal26427224030163311220104
Binary1011010010111010101000001101110110111001010100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4BAA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4BAA0; }

 p { color: rgb(180,186,160); }

 H1.HeaderClassName
 {
   color: #B4BAA0;
 }
 .AnyTagClassName
 {
   color: #B4BAA0;
 }
</style>
background-color css

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

 a { background-color: rgb(180,186,160); }

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

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

 span { border-color: rgb(180,186,160); }

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