#BCC4A4

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

Shades of Beryl Green #BCC4A4

Tints of Beryl Green #BCC4A4

Color information

#BCC4A4 (or 0xBCC4A4) is unknown color: approx Beryl Green. HEX triplet: BC, C4 and A4. RGB value is (188,196,164). Sum of RGB (Red+Green+Blue) = 188+196+164=548 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.31% from 548); Green value is 196 (76.95% from 255 or 35.77% from 548); Blue value is 164 (64.45% from 255 or 29.93% from 548); Max value from RGB is 196 - color contains mainly: green. Hex color #BCC4A4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCC4A4 is #433B5B. Grayscale: #BEBEBE. Windows color (decimal): -4406108 or 10798268. OLE color: 10798268.

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

Color convert

RGB188196164-
CMYK0.0400.160.23
HSL75º21.33%70.59%-
HSV(B)75º16.33%76.86%-
XYZ47.1852.8542.84-
YUV189.96113.35126.6-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 34.31%
GREEN value IS 196 (76.95% from 255) = 35.77%
BLUE value IS 164 (64.45% from 255) = 29.93%
R=34.31%
G=35.77%
B=29.93%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1881961640.0400.160.237521.3370.59
HexBCC4A44010174b1547
Octal27430424440202711325107
Binary101111001100010010100100100010000101111001011101011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCC4A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCC4A4; }

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

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

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

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

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

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

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

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