#B4D171

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

Shades of Caper #B4D171

Tints of Caper #B4D171

Color information

#B4D171 (or 0xB4D171) is unknown color: approx Caper. HEX triplet: B4, D1 and 71. RGB value is (180,209,113). Sum of RGB (Red+Green+Blue) = 180+209+113=502 (66% of max value = 765). Red value is 180 (70.70% from 255 or 35.86% from 502); Green value is 209 (82.03% from 255 or 41.63% from 502); Blue value is 113 (44.53% from 255 or 22.51% from 502); Max value from RGB is 209 - color contains mainly: green. Hex color #B4D171 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4D171 is #4B2E8E. Grayscale: #BDBDBD. Windows color (decimal): -4927119 or 7459252. OLE color: 7459252.

HSL color Cylindrical-coordinate representation of color #B4D171: hue angle of 78.12º degrees, saturation: 0.51, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B4D171 is Cyan = 0.14, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.18.

Color convert

RGB180209113-
CMYK0.1400.460.18
HSL78.12º51.06%63.14%-
HSV(B)78.12º45.93%81.96%-
XYZ44.656.524.18-
YUV189.3884.89121.31-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 35.86%
GREEN value IS 209 (82.03% from 255) = 41.63%
BLUE value IS 113 (44.53% from 255) = 22.51%
R=35.86%
G=41.63%
B=22.51%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1802091130.1400.460.1878.1251.0663.14
HexB4D171E02E124e333f
Octal26432116116056221166377
Binary1011010011010001111000111100101110100101001110110011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4D171

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4D171; }

 p { color: rgb(180,209,113); }

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

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

 a { background-color: rgb(180,209,113); }

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

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

 span { border-color: rgb(180,209,113); }

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