#BFC4A4

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

Shades of Beryl Green #BFC4A4

Tints of Beryl Green #BFC4A4

Color information

#BFC4A4 (or 0xBFC4A4) is unknown color: approx Beryl Green. HEX triplet: BF, C4 and A4. RGB value is (191,196,164). Sum of RGB (Red+Green+Blue) = 191+196+164=551 (72% of max value = 765). Red value is 191 (75% from 255 or 34.66% from 551); Green value is 196 (76.95% from 255 or 35.57% from 551); Blue value is 164 (64.45% from 255 or 29.76% from 551); Max value from RGB is 196 - color contains mainly: green. Hex color #BFC4A4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFC4A4 is #403B5B. Grayscale: #BEBEBE. Windows color (decimal): -4209500 or 10798271. OLE color: 10798271.

HSL color Cylindrical-coordinate representation of color #BFC4A4: hue angle of 69.38º degrees, saturation: 0.21, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BFC4A4 is Cyan = 0.03, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.23.

Color convert

RGB191196164-
CMYK0.0300.160.23
HSL69.38º21.33%70.59%-
HSV(B)69.38º16.33%76.86%-
XYZ47.9353.2442.87-
YUV190.86112.84128.1-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 34.66%
GREEN value IS 196 (76.95% from 255) = 35.57%
BLUE value IS 164 (64.45% from 255) = 29.76%
R=34.66%
G=35.57%
B=29.76%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1911961640.0300.160.2369.3821.3370.59
HexBFC4A4301017451547
Octal27730424430202710525107
Binary10111111110001001010010011010000101111000101101011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFC4A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFC4A4; }

 p { color: rgb(191,196,164); }

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

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

 a { background-color: rgb(191,196,164); }

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

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

 span { border-color: rgb(191,196,164); }

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