#B9BDA4

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

Shades of Beryl Green #B9BDA4

Tints of Beryl Green #B9BDA4

Color information

#B9BDA4 (or 0xB9BDA4) is unknown color: approx Beryl Green. HEX triplet: B9, BD and A4. RGB value is (185,189,164). Sum of RGB (Red+Green+Blue) = 185+189+164=538 (71% of max value = 765). Red value is 185 (72.66% from 255 or 34.39% from 538); Green value is 189 (74.22% from 255 or 35.13% from 538); Blue value is 164 (64.45% from 255 or 30.48% from 538); Max value from RGB is 189 - color contains mainly: green. Hex color #B9BDA4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9BDA4 is #46425B. Grayscale: #B9B9B9. Windows color (decimal): -4604508 or 10796473. OLE color: 10796473.

HSL color Cylindrical-coordinate representation of color #B9BDA4: hue angle of 69.6º degrees, saturation: 0.16, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B9BDA4 is Cyan = 0.02, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.26.

Color convert

RGB185189164-
CMYK0.0200.130.26
HSL69.6º15.92%69.22%-
HSV(B)69.6º13.23%74.12%-
XYZ44.9149.3942.29-
YUV184.95116.17128.03-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 34.39%
GREEN value IS 189 (74.22% from 255) = 35.13%
BLUE value IS 164 (64.45% from 255) = 30.48%
R=34.39%
G=35.13%
B=30.48%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1851891640.0200.130.2669.615.9269.22
HexB9BDA420D1A461045
Octal27127524420153210620105
Binary1011100110111101101001001001101110101000110100001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9BDA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9BDA4; }

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

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

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

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

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

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

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

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