#B9BF9E

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

Shades of Beryl Green #B9BF9E

Tints of Beryl Green #B9BF9E

Color information

#B9BF9E (or 0xB9BF9E) is unknown color: approx Beryl Green. HEX triplet: B9, BF and 9E. RGB value is (185,191,158). Sum of RGB (Red+Green+Blue) = 185+191+158=534 (70% of max value = 765). Red value is 185 (72.66% from 255 or 34.64% from 534); Green value is 191 (75% from 255 or 35.77% from 534); Blue value is 158 (62.11% from 255 or 29.59% from 534); Max value from RGB is 191 - color contains mainly: green. Hex color #B9BF9E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9BF9E is #464061. Grayscale: #B9B9B9. Windows color (decimal): -4604002 or 10403769. OLE color: 10403769.

HSL color Cylindrical-coordinate representation of color #B9BF9E: hue angle of 70.91º degrees, saturation: 0.2, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B9BF9E is Cyan = 0.03, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.25.

Color convert

RGB185191158-
CMYK0.0300.170.25
HSL70.91º20.5%68.43%-
HSV(B)70.91º17.28%74.9%-
XYZ44.8150.0439.65-
YUV185.44112.51127.68-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 34.64%
GREEN value IS 191 (75% from 255) = 35.77%
BLUE value IS 158 (62.11% from 255) = 29.59%
R=34.64%
G=35.77%
B=29.59%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1851911580.0300.170.2570.9120.568.43
HexB9BF9E301119471444
Octal27127723630213110724104
Binary10111001101111111001111011010001110011000111101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9BF9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9BF9E; }

 p { color: rgb(185,191,158); }

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

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

 a { background-color: rgb(185,191,158); }

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

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

 span { border-color: rgb(185,191,158); }

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