#B1D773

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

Shades of Caper #B1D773

Tints of Caper #B1D773

Color information

#B1D773 (or 0xB1D773) is unknown color: approx Caper. HEX triplet: B1, D7 and 73. RGB value is (177,215,115). Sum of RGB (Red+Green+Blue) = 177+215+115=507 (67% of max value = 765). Red value is 177 (69.53% from 255 or 34.91% from 507); Green value is 215 (84.38% from 255 or 42.41% from 507); Blue value is 115 (45.31% from 255 or 22.68% from 507); Max value from RGB is 215 - color contains mainly: green. Hex color #B1D773 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1D773 is #4E288C. Grayscale: #C0C0C0. Windows color (decimal): -5122189 or 7591857. OLE color: 7591857.

HSL color Cylindrical-coordinate representation of color #B1D773: hue angle of 82.8º degrees, saturation: 0.56, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B1D773 is Cyan = 0.18, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.16.

Color convert

RGB177215115-
CMYK0.1800.470.16
HSL82.8º55.56%64.71%-
HSV(B)82.8º46.51%84.31%-
XYZ45.5359.1925.24-
YUV192.2484.41117.13-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 34.91%
GREEN value IS 215 (84.38% from 255) = 42.41%
BLUE value IS 115 (45.31% from 255) = 22.68%
R=34.91%
G=42.41%
B=22.68%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1772151150.1800.470.1682.855.5664.71
HexB1D7731202F10533841
Octal261327163220572012370101
Binary101100011101011111100111001001011111000010100111110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1D773

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1D773; }

 p { color: rgb(177,215,115); }

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

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

 a { background-color: rgb(177,215,115); }

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

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

 span { border-color: rgb(177,215,115); }

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