#B9C1A4

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

Shades of Beryl Green #B9C1A4

Tints of Beryl Green #B9C1A4

Color information

#B9C1A4 (or 0xB9C1A4) is unknown color: approx Beryl Green. HEX triplet: B9, C1 and A4. RGB value is (185,193,164). Sum of RGB (Red+Green+Blue) = 185+193+164=542 (71% of max value = 765). Red value is 185 (72.66% from 255 or 34.13% from 542); Green value is 193 (75.78% from 255 or 35.61% from 542); Blue value is 164 (64.45% from 255 or 30.26% from 542); Max value from RGB is 193 - color contains mainly: green. Hex color #B9C1A4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9C1A4 is #463E5B. Grayscale: #BBBBBB. Windows color (decimal): -4603484 or 10797497. OLE color: 10797497.

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

Color convert

RGB185193164-
CMYK0.0400.150.24
HSL76.55º18.95%70%-
HSV(B)76.55º15.03%75.69%-
XYZ45.7851.1342.58-
YUV187.3114.85126.36-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 34.13%
GREEN value IS 193 (75.78% from 255) = 35.61%
BLUE value IS 164 (64.45% from 255) = 30.26%
R=34.13%
G=35.61%
B=30.26%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1851931640.0400.150.2476.5518.9570
HexB9C1A440F184d1346
Octal27130124440173011523106
Binary10111001110000011010010010001111110001001101100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9C1A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9C1A4; }

 p { color: rgb(185,193,164); }

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

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

 a { background-color: rgb(185,193,164); }

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

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

 span { border-color: rgb(185,193,164); }

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