#B4CD84

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

Shades of Caper #B4CD84

Tints of Caper #B4CD84

Color information

#B4CD84 (or 0xB4CD84) is unknown color: approx Caper. HEX triplet: B4, CD and 84. RGB value is (180,205,132). Sum of RGB (Red+Green+Blue) = 180+205+132=517 (68% of max value = 765). Red value is 180 (70.70% from 255 or 34.82% from 517); Green value is 205 (80.47% from 255 or 39.65% from 517); Blue value is 132 (51.95% from 255 or 25.53% from 517); Max value from RGB is 205 - color contains mainly: green. Hex color #B4CD84 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4CD84 is #4B327B. Grayscale: #BDBDBD. Windows color (decimal): -4928124 or 8703412. OLE color: 8703412.

HSL color Cylindrical-coordinate representation of color #B4CD84: hue angle of 80.55º degrees, saturation: 0.42, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B4CD84 is Cyan = 0.12, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.20.

Color convert

RGB180205132-
CMYK0.1200.360.20
HSL80.55º42.2%66.08%-
HSV(B)80.55º35.61%80.39%-
XYZ44.8255.0330.09-
YUV189.295.72121.44-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 34.82%
GREEN value IS 205 (80.47% from 255) = 39.65%
BLUE value IS 132 (51.95% from 255) = 25.53%
R=34.82%
G=39.65%
B=25.53%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1802051320.1200.360.2080.5542.266.08
HexB4CD84C02414512a42
Octal264315204140442412152102
Binary101101001100110110000100110001001001010010100011010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4CD84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4CD84; }

 p { color: rgb(180,205,132); }

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

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

 a { background-color: rgb(180,205,132); }

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

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

 span { border-color: rgb(180,205,132); }

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