#B8C0A0

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

Shades of Beryl Green #B8C0A0

Tints of Beryl Green #B8C0A0

Color information

#B8C0A0 (or 0xB8C0A0) is unknown color: approx Beryl Green. HEX triplet: B8, C0 and A0. RGB value is (184,192,160). Sum of RGB (Red+Green+Blue) = 184+192+160=536 (70% of max value = 765). Red value is 184 (72.27% from 255 or 34.33% from 536); Green value is 192 (75.39% from 255 or 35.82% from 536); Blue value is 160 (62.89% from 255 or 29.85% from 536); Max value from RGB is 192 - color contains mainly: green. Hex color #B8C0A0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B8C0A0 is #473F5F. Grayscale: #BABABA. Windows color (decimal): -4669280 or 10535096. OLE color: 10535096.

HSL color Cylindrical-coordinate representation of color #B8C0A0: hue angle of 75º degrees, saturation: 0.2, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B8C0A0 is Cyan = 0.04, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.25.

Color convert

RGB184192160-
CMYK0.0400.170.25
HSL75º20.25%69.02%-
HSV(B)75º16.67%75.29%-
XYZ44.9650.4340.62-
YUV185.96113.35126.6-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 34.33%
GREEN value IS 192 (75.39% from 255) = 35.82%
BLUE value IS 160 (62.89% from 255) = 29.85%
R=34.33%
G=35.82%
B=29.85%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1841921600.0400.170.257520.2569.02
HexB8C0A04011194b1445
Octal27030024040213111324105
Binary101110001100000010100000100010001110011001011101001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8C0A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8C0A0; }

 p { color: rgb(184,192,160); }

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

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

 a { background-color: rgb(184,192,160); }

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

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

 span { border-color: rgb(184,192,160); }

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