#B3CE84

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

Shades of Caper #B3CE84

Tints of Caper #B3CE84

Color information

#B3CE84 (or 0xB3CE84) is unknown color: approx Caper. HEX triplet: B3, CE and 84. RGB value is (179,206,132). Sum of RGB (Red+Green+Blue) = 179+206+132=517 (68% of max value = 765). Red value is 179 (70.31% from 255 or 34.62% from 517); Green value is 206 (80.86% from 255 or 39.85% from 517); Blue value is 132 (51.95% from 255 or 25.53% from 517); Max value from RGB is 206 - color contains mainly: green. Hex color #B3CE84 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B3CE84 is #4C317B. Grayscale: #BDBDBD. Windows color (decimal): -4993404 or 8703667. OLE color: 8703667.

HSL color Cylindrical-coordinate representation of color #B3CE84: hue angle of 81.89º degrees, saturation: 0.43, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B3CE84 is Cyan = 0.13, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.19.

Color convert

RGB179206132-
CMYK0.1300.360.19
HSL81.89º43.02%66.27%-
HSV(B)81.89º35.92%80.78%-
XYZ44.8355.3930.16-
YUV189.4995.55120.52-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 34.62%
GREEN value IS 206 (80.86% from 255) = 39.85%
BLUE value IS 132 (51.95% from 255) = 25.53%
R=34.62%
G=39.85%
B=25.53%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1792061320.1300.360.1981.8943.0266.27
HexB3CE84D02413522b42
Octal263316204150442312253102
Binary101100111100111010000100110101001001001110100101010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3CE84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3CE84; }

 p { color: rgb(179,206,132); }

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

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

 a { background-color: rgb(179,206,132); }

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

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

 span { border-color: rgb(179,206,132); }

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