#B6BDA3

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

Shades of Beryl Green #B6BDA3

Tints of Beryl Green #B6BDA3

Color information

#B6BDA3 (or 0xB6BDA3) is unknown color: approx Beryl Green. HEX triplet: B6, BD and A3. RGB value is (182,189,163). Sum of RGB (Red+Green+Blue) = 182+189+163=534 (70% of max value = 765). Red value is 182 (71.48% from 255 or 34.08% from 534); Green value is 189 (74.22% from 255 or 35.39% from 534); Blue value is 163 (64.06% from 255 or 30.52% from 534); Max value from RGB is 189 - color contains mainly: green. Hex color #B6BDA3 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B6BDA3 is #49425C. Grayscale: #B8B8B8. Windows color (decimal): -4801117 or 10730934. OLE color: 10730934.

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

Color convert

RGB182189163-
CMYK0.0400.140.26
HSL76.15º16.46%69.02%-
HSV(B)76.15º13.76%74.12%-
XYZ44.148.9841.78-
YUV183.94116.18126.61-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 34.08%
GREEN value IS 189 (74.22% from 255) = 35.39%
BLUE value IS 163 (64.06% from 255) = 30.52%
R=34.08%
G=35.39%
B=30.52%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1821891630.0400.140.2676.1516.4669.02
HexB6BDA340E1A4c1045
Octal26627524340163211420105
Binary10110110101111011010001110001110110101001100100001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6BDA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6BDA3; }

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

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

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

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

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

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

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

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