#B9C0A5

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

Shades of Beryl Green #B9C0A5

Tints of Beryl Green #B9C0A5

Color information

#B9C0A5 (or 0xB9C0A5) is unknown color: approx Beryl Green. HEX triplet: B9, C0 and A5. RGB value is (185,192,165). Sum of RGB (Red+Green+Blue) = 185+192+165=542 (71% of max value = 765). Red value is 185 (72.66% from 255 or 34.13% from 542); Green value is 192 (75.39% from 255 or 35.42% from 542); Blue value is 165 (64.84% from 255 or 30.44% from 542); Max value from RGB is 192 - color contains mainly: green. Hex color #B9C0A5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9C0A5 is #463F5A. Grayscale: #BABABA. Windows color (decimal): -4603739 or 10862777. OLE color: 10862777.

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

Color convert

RGB185192165-
CMYK0.0400.140.25
HSL75.56º17.65%70%-
HSV(B)75.56º14.06%75.29%-
XYZ45.6550.7342.98-
YUV186.83115.68126.7-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 34.13%
GREEN value IS 192 (75.39% from 255) = 35.42%
BLUE value IS 165 (64.84% from 255) = 30.44%
R=34.13%
G=35.42%
B=30.44%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1851921650.0400.140.2575.5617.6570
HexB9C0A540E194c1246
Octal27130024540163111422106
Binary10111001110000001010010110001110110011001100100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9C0A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9C0A5; }

 p { color: rgb(185,192,165); }

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

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

 a { background-color: rgb(185,192,165); }

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

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

 span { border-color: rgb(185,192,165); }

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