#BDC5A2

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

Shades of Beryl Green #BDC5A2

Tints of Beryl Green #BDC5A2

Color information

#BDC5A2 (or 0xBDC5A2) is unknown color: approx Beryl Green. HEX triplet: BD, C5 and A2. RGB value is (189,197,162). Sum of RGB (Red+Green+Blue) = 189+197+162=548 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.49% from 548); Green value is 197 (77.34% from 255 or 35.95% from 548); Blue value is 162 (63.67% from 255 or 29.56% from 548); Max value from RGB is 197 - color contains mainly: green. Hex color #BDC5A2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDC5A2 is #423A5D. Grayscale: #BEBEBE. Windows color (decimal): -4340318 or 10667453. OLE color: 10667453.

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

Color convert

RGB189197162-
CMYK0.0400.180.23
HSL73.71º23.18%70.39%-
HSV(B)73.71º17.77%77.25%-
XYZ47.4753.3641.98-
YUV190.62111.85126.85-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 34.49%
GREEN value IS 197 (77.34% from 255) = 35.95%
BLUE value IS 162 (63.67% from 255) = 29.56%
R=34.49%
G=35.95%
B=29.56%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1891971620.0400.180.2373.7123.1870.39
HexBDC5A24012174a1746
Octal27530524240222711227106
Binary101111011100010110100010100010010101111001010101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC5A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC5A2; }

 p { color: rgb(189,197,162); }

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

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

 a { background-color: rgb(189,197,162); }

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

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

 span { border-color: rgb(189,197,162); }

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