#BBC2A0

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

Shades of Beryl Green #BBC2A0

Tints of Beryl Green #BBC2A0

Color information

#BBC2A0 (or 0xBBC2A0) is unknown color: approx Beryl Green. HEX triplet: BB, C2 and A0. RGB value is (187,194,160). Sum of RGB (Red+Green+Blue) = 187+194+160=541 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.57% from 541); Green value is 194 (76.17% from 255 or 35.86% from 541); Blue value is 160 (62.89% from 255 or 29.57% from 541); Max value from RGB is 194 - color contains mainly: green. Hex color #BBC2A0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBC2A0 is #443D5F. Grayscale: #BCBCBC. Windows color (decimal): -4472160 or 10535611. OLE color: 10535611.

HSL color Cylindrical-coordinate representation of color #BBC2A0: hue angle of 72.35º degrees, saturation: 0.22, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BBC2A0 is Cyan = 0.04, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.24.

Color convert

RGB187194160-
CMYK0.0400.180.24
HSL72.35º21.79%69.41%-
HSV(B)72.35º17.53%76.08%-
XYZ46.1351.6940.8-
YUV188.03112.18127.26-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 34.57%
GREEN value IS 194 (76.17% from 255) = 35.86%
BLUE value IS 160 (62.89% from 255) = 29.57%
R=34.57%
G=35.86%
B=29.57%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1871941600.0400.180.2472.3521.7969.41
HexBBC2A0401218481645
Octal27330224040223011026105
Binary101110111100001010100000100010010110001001000101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBC2A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBC2A0; }

 p { color: rgb(187,194,160); }

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

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

 a { background-color: rgb(187,194,160); }

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

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

 span { border-color: rgb(187,194,160); }

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