#B6BDA4

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

Shades of Beryl Green #B6BDA4

Tints of Beryl Green #B6BDA4

Color information

#B6BDA4 (or 0xB6BDA4) is unknown color: approx Beryl Green. HEX triplet: B6, BD and A4. RGB value is (182,189,164). Sum of RGB (Red+Green+Blue) = 182+189+164=535 (70% of max value = 765). Red value is 182 (71.48% from 255 or 34.02% from 535); Green value is 189 (74.22% from 255 or 35.33% from 535); Blue value is 164 (64.45% from 255 or 30.65% from 535); Max value from RGB is 189 - color contains mainly: green. Hex color #B6BDA4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B6BDA4 is #49425B. Grayscale: #B8B8B8. Windows color (decimal): -4801116 or 10796470. OLE color: 10796470.

HSL color Cylindrical-coordinate representation of color #B6BDA4: hue angle of 76.8º 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 #B6BDA4 is Cyan = 0.04, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.26.

Color convert

RGB182189164-
CMYK0.0400.130.26
HSL76.8º15.92%69.22%-
HSV(B)76.8º13.23%74.12%-
XYZ44.1949.0242.25-
YUV184.06116.68126.53-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 34.02%
GREEN value IS 189 (74.22% from 255) = 35.33%
BLUE value IS 164 (64.45% from 255) = 30.65%
R=34.02%
G=35.33%
B=30.65%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1821891640.0400.130.2676.815.9269.22
HexB6BDA440D1A4d1045
Octal26627524440153211520105
Binary10110110101111011010010010001101110101001101100001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6BDA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6BDA4; }

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

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

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

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

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

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

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

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