#B4D573

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

Shades of Caper #B4D573

Tints of Caper #B4D573

Color information

#B4D573 (or 0xB4D573) is unknown color: approx Caper. HEX triplet: B4, D5 and 73. RGB value is (180,213,115). Sum of RGB (Red+Green+Blue) = 180+213+115=508 (67% of max value = 765). Red value is 180 (70.70% from 255 or 35.43% from 508); Green value is 213 (83.59% from 255 or 41.93% from 508); Blue value is 115 (45.31% from 255 or 22.64% from 508); Max value from RGB is 213 - color contains mainly: green. Hex color #B4D573 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4D573 is #4B2A8C. Grayscale: #C0C0C0. Windows color (decimal): -4926093 or 7591348. OLE color: 7591348.

HSL color Cylindrical-coordinate representation of color #B4D573: hue angle of 80.2º degrees, saturation: 0.54, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B4D573 is Cyan = 0.15, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.16.

Color convert

RGB180213115-
CMYK0.1500.460.16
HSL80.2º53.85%64.31%-
HSV(B)80.2º46.01%83.53%-
XYZ45.7158.5325.11-
YUV191.9684.57119.47-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 35.43%
GREEN value IS 213 (83.59% from 255) = 41.93%
BLUE value IS 115 (45.31% from 255) = 22.64%
R=35.43%
G=41.93%
B=22.64%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1802131150.1500.460.1680.253.8564.31
HexB4D573F02E10503640
Octal264325163170562012066100
Binary10110100110101011110011111101011101000010100001101101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4D573

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4D573; }

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

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

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

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

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

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

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

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