#b4d873

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

Shades of Caper #B4D873

Tints of Caper #B4D873

Color information

#B4D873 (or 0xB4D873) is unknown color: approx Caper. HEX triplet: B4, D8 and 73. RGB value is (180,216,115). Sum of RGB (Red+Green+Blue) = 180+216+115=511 (67% of max value = 765). Red value is 180 (70.70% from 255 or 35.23% from 511); Green value is 216 (84.77% from 255 or 42.27% from 511); Blue value is 115 (45.31% from 255 or 22.50% from 511); Max value from RGB is 216 - color contains mainly: green. Hex color #B4D873 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4D873 is #4B278C. Grayscale: #C2C2C2. Windows color (decimal): -4925325 or 7592116. OLE color: 7592116.

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

Color convert

RGB180216115-
CMYK0.1700.470.15
HSL81.39º56.42%64.9%-
HSV(B)81.39º46.76%84.71%-
XYZ46.4760.0525.36-
YUV193.7283.57118.21-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 35.23%
GREEN value IS 216 (84.77% from 255) = 42.27%
BLUE value IS 115 (45.31% from 255) = 22.50%
R=35.23%
G=42.27%
B=22.50%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1802161150.1700.470.1581.3956.4264.9
HexB4D8731102FF513841
Octal264330163210571712170101
Binary10110100110110001110011100010101111111110100011110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b4d873

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b4d873; }

 p { color: rgb(180,216,115); }

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

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

 a { background-color: rgb(180,216,115); }

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

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

 span { border-color: rgb(180,216,115); }

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