#B4D472

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

Shades of Caper #B4D472

Tints of Caper #B4D472

Color information

#B4D472 (or 0xB4D472) is unknown color: approx Caper. HEX triplet: B4, D4 and 72. RGB value is (180,212,114). Sum of RGB (Red+Green+Blue) = 180+212+114=506 (67% of max value = 765). Red value is 180 (70.70% from 255 or 35.57% from 506); Green value is 212 (83.20% from 255 or 41.90% from 506); Blue value is 114 (44.92% from 255 or 22.53% from 506); Max value from RGB is 212 - color contains mainly: green. Hex color #B4D472 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4D472 is #4B2B8D. Grayscale: #BFBFBF. Windows color (decimal): -4926350 or 7525556. OLE color: 7525556.

HSL color Cylindrical-coordinate representation of color #B4D472: hue angle of 79.59º 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 #B4D472 is Cyan = 0.15, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.17.

Color convert

RGB180212114-
CMYK0.1500.460.17
HSL79.59º53.26%63.92%-
HSV(B)79.59º46.23%83.14%-
XYZ45.458.0124.72-
YUV191.2684.4119.97-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 35.57%
GREEN value IS 212 (83.20% from 255) = 41.90%
BLUE value IS 114 (44.92% from 255) = 22.53%
R=35.57%
G=41.90%
B=22.53%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1802121140.1500.460.1779.5953.2663.92
HexB4D472F02E11503540
Octal264324162170562112065100
Binary10110100110101001110010111101011101000110100001101011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4D472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4D472; }

 p { color: rgb(180,212,114); }

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

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

 a { background-color: rgb(180,212,114); }

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

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

 span { border-color: rgb(180,212,114); }

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