#B6BCA0

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

Shades of Beryl Green #B6BCA0

Tints of Beryl Green #B6BCA0

Color information

#B6BCA0 (or 0xB6BCA0) is unknown color: approx Beryl Green. HEX triplet: B6, BC and A0. RGB value is (182,188,160). Sum of RGB (Red+Green+Blue) = 182+188+160=530 (70% of max value = 765). Red value is 182 (71.48% from 255 or 34.34% from 530); Green value is 188 (73.83% from 255 or 35.47% from 530); Blue value is 160 (62.89% from 255 or 30.19% from 530); Max value from RGB is 188 - color contains mainly: green. Hex color #B6BCA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B6BCA0 is #49435F. Grayscale: #B7B7B7. Windows color (decimal): -4801376 or 10534070. OLE color: 10534070.

HSL color Cylindrical-coordinate representation of color #B6BCA0: hue angle of 72.86º degrees, saturation: 0.17, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B6BCA0 is Cyan = 0.03, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.26.

Color convert

RGB182188160-
CMYK0.0300.150.26
HSL72.86º17.28%68.24%-
HSV(B)72.86º14.89%73.73%-
XYZ43.6248.4540.31-
YUV183.01115.01127.28-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 34.34%
GREEN value IS 188 (73.83% from 255) = 35.47%
BLUE value IS 160 (62.89% from 255) = 30.19%
R=34.34%
G=35.47%
B=30.19%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1821881600.0300.150.2672.8617.2868.24
HexB6BCA030F1A491144
Octal26627424030173211121104
Binary1011011010111100101000001101111110101001001100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6BCA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6BCA0; }

 p { color: rgb(182,188,160); }

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

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

 a { background-color: rgb(182,188,160); }

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

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

 span { border-color: rgb(182,188,160); }

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