#BCC4A1

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

Shades of Beryl Green #BCC4A1

Tints of Beryl Green #BCC4A1

Color information

#BCC4A1 (or 0xBCC4A1) is unknown color: approx Beryl Green. HEX triplet: BC, C4 and A1. RGB value is (188,196,161). Sum of RGB (Red+Green+Blue) = 188+196+161=545 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.50% from 545); Green value is 196 (76.95% from 255 or 35.96% from 545); Blue value is 161 (63.28% from 255 or 29.54% from 545); Max value from RGB is 196 - color contains mainly: green. Hex color #BCC4A1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCC4A1 is #433B5E. Grayscale: #BDBDBD. Windows color (decimal): -4406111 or 10601660. OLE color: 10601660.

HSL color Cylindrical-coordinate representation of color #BCC4A1: hue angle of 73.71º degrees, saturation: 0.23, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BCC4A1 is Cyan = 0.04, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.23.

Color convert

RGB188196161-
CMYK0.0400.180.23
HSL73.71º22.88%70%-
HSV(B)73.71º17.86%76.86%-
XYZ46.9152.7441.43-
YUV189.62111.85126.85-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 34.50%
GREEN value IS 196 (76.95% from 255) = 35.96%
BLUE value IS 161 (63.28% from 255) = 29.54%
R=34.50%
G=35.96%
B=29.54%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1881961610.0400.180.2373.7122.8870
HexBCC4A14012174a1746
Octal27430424140222711227106
Binary101111001100010010100001100010010101111001010101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCC4A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCC4A1; }

 p { color: rgb(188,196,161); }

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

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

 a { background-color: rgb(188,196,161); }

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

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

 span { border-color: rgb(188,196,161); }

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