#BDC6A0

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

Shades of Beryl Green #BDC6A0

Tints of Beryl Green #BDC6A0

Color information

#BDC6A0 (or 0xBDC6A0) is unknown color: approx Beryl Green. HEX triplet: BD, C6 and A0. RGB value is (189,198,160). Sum of RGB (Red+Green+Blue) = 189+198+160=547 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.55% from 547); Green value is 198 (77.73% from 255 or 36.20% from 547); Blue value is 160 (62.89% from 255 or 29.25% from 547); Max value from RGB is 198 - color contains mainly: green. Hex color #BDC6A0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDC6A0 is #42395F. Grayscale: #BFBFBF. Windows color (decimal): -4340064 or 10536637. OLE color: 10536637.

HSL color Cylindrical-coordinate representation of color #BDC6A0: hue angle of 74.21º degrees, saturation: 0.25, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BDC6A0 is Cyan = 0.05, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.22.

Color convert

RGB189198160-
CMYK0.0500.190.22
HSL74.21º25%70.2%-
HSV(B)74.21º19.19%77.65%-
XYZ47.5353.7541.13-
YUV190.98110.52126.59-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 34.55%
GREEN value IS 198 (77.73% from 255) = 36.20%
BLUE value IS 160 (62.89% from 255) = 29.25%
R=34.55%
G=36.20%
B=29.25%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1891981600.0500.190.2274.212570.2
HexBDC6A05013164a1946
Octal27530624050232611231106
Binary101111011100011010100000101010011101101001010110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC6A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC6A0; }

 p { color: rgb(189,198,160); }

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

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

 a { background-color: rgb(189,198,160); }

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

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

 span { border-color: rgb(189,198,160); }

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