#BBC4A1

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

Shades of Beryl Green #BBC4A1

Tints of Beryl Green #BBC4A1

Color information

#BBC4A1 (or 0xBBC4A1) is unknown color: approx Beryl Green. HEX triplet: BB, C4 and A1. RGB value is (187,196,161). Sum of RGB (Red+Green+Blue) = 187+196+161=544 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34.38% from 544); Green value is 196 (76.95% from 255 or 36.03% from 544); Blue value is 161 (63.28% from 255 or 29.60% from 544); Max value from RGB is 196 - color contains mainly: green. Hex color #BBC4A1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBC4A1 is #443B5E. Grayscale: #BDBDBD. Windows color (decimal): -4471647 or 10601659. OLE color: 10601659.

HSL color Cylindrical-coordinate representation of color #BBC4A1: hue angle of 75.43º 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 #BBC4A1 is Cyan = 0.05, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.23.

Color convert

RGB187196161-
CMYK0.0500.180.23
HSL75.43º22.88%70%-
HSV(B)75.43º17.86%76.86%-
XYZ46.6752.6241.41-
YUV189.32112.02126.35-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 34.38%
GREEN value IS 196 (76.95% from 255) = 36.03%
BLUE value IS 161 (63.28% from 255) = 29.60%
R=34.38%
G=36.03%
B=29.60%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1871961610.0500.180.2375.4322.8870
HexBBC4A15012174b1746
Octal27330424150222711327106
Binary101110111100010010100001101010010101111001011101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBC4A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBC4A1; }

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

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

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

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

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

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

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

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