#B6BC9C

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

Shades of Beryl Green #B6BC9C

Tints of Beryl Green #B6BC9C

Color information

#B6BC9C (or 0xB6BC9C) is unknown color: approx Beryl Green. HEX triplet: B6, BC and 9C. RGB value is (182,188,156). Sum of RGB (Red+Green+Blue) = 182+188+156=526 (69% of max value = 765). Red value is 182 (71.48% from 255 or 34.60% from 526); Green value is 188 (73.83% from 255 or 35.74% from 526); Blue value is 156 (61.33% from 255 or 29.66% from 526); Max value from RGB is 188 - color contains mainly: green. Hex color #B6BC9C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B6BC9C is #494363. Grayscale: #B6B6B6. Windows color (decimal): -4801380 or 10271926. OLE color: 10271926.

HSL color Cylindrical-coordinate representation of color #B6BC9C: hue angle of 71.25º degrees, saturation: 0.19, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B6BC9C is Cyan = 0.03, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.26.

Color convert

RGB182188156-
CMYK0.0300.170.26
HSL71.25º19.28%67.45%-
HSV(B)71.25º17.02%73.73%-
XYZ43.2848.3138.5-
YUV182.56113.01127.6-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 34.60%
GREEN value IS 188 (73.83% from 255) = 35.74%
BLUE value IS 156 (61.33% from 255) = 29.66%
R=34.60%
G=35.74%
B=29.66%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1821881560.0300.170.2671.2519.2867.45
HexB6BC9C30111A471343
Octal26627423430213210723103
Binary10110110101111001001110011010001110101000111100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6BC9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6BC9C; }

 p { color: rgb(182,188,156); }

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

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

 a { background-color: rgb(182,188,156); }

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

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

 span { border-color: rgb(182,188,156); }

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