#B1D473

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

Shades of Caper #B1D473

Tints of Caper #B1D473

Color information

#B1D473 (or 0xB1D473) is unknown color: approx Caper. HEX triplet: B1, D4 and 73. RGB value is (177,212,115). Sum of RGB (Red+Green+Blue) = 177+212+115=504 (66% of max value = 765). Red value is 177 (69.53% from 255 or 35.12% from 504); Green value is 212 (83.20% from 255 or 42.06% from 504); Blue value is 115 (45.31% from 255 or 22.82% from 504); Max value from RGB is 212 - color contains mainly: green. Hex color #B1D473 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1D473 is #4E2B8C. Grayscale: #BEBEBE. Windows color (decimal): -5122957 or 7591089. OLE color: 7591089.

HSL color Cylindrical-coordinate representation of color #B1D473: hue angle of 81.65º degrees, saturation: 0.53, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B1D473 is Cyan = 0.17, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.17.

Color convert

RGB177212115-
CMYK0.1700.460.17
HSL81.65º53.01%64.12%-
HSV(B)81.65º45.75%83.14%-
XYZ44.7757.6724.99-
YUV190.4885.4118.39-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 35.12%
GREEN value IS 212 (83.20% from 255) = 42.06%
BLUE value IS 115 (45.31% from 255) = 22.82%
R=35.12%
G=42.06%
B=22.82%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1772121150.1700.460.1781.6553.0164.12
HexB1D4731102E11523540
Octal261324163210562112265100
Binary101100011101010011100111000101011101000110100101101011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1D473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1D473; }

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

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

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

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

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

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

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

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