#B3CD85

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

Shades of Caper #B3CD85

Tints of Caper #B3CD85

Color information

#B3CD85 (or 0xB3CD85) is unknown color: approx Caper. HEX triplet: B3, CD and 85. RGB value is (179,205,133). Sum of RGB (Red+Green+Blue) = 179+205+133=517 (68% of max value = 765). Red value is 179 (70.31% from 255 or 34.62% from 517); Green value is 205 (80.47% from 255 or 39.65% from 517); Blue value is 133 (52.34% from 255 or 25.73% from 517); Max value from RGB is 205 - color contains mainly: green. Hex color #B3CD85 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B3CD85 is #4C327A. Grayscale: #BDBDBD. Windows color (decimal): -4993659 or 8768947. OLE color: 8768947.

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

Color convert

RGB179205133-
CMYK0.1300.350.20
HSL81.67º41.86%66.27%-
HSV(B)81.67º35.12%80.39%-
XYZ44.6654.9430.44-
YUV189.0296.39120.85-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 34.62%
GREEN value IS 205 (80.47% from 255) = 39.65%
BLUE value IS 133 (52.34% from 255) = 25.73%
R=34.62%
G=39.65%
B=25.73%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1792051330.1300.350.2081.6741.8666.27
HexB3CD85D02314522a42
Octal263315205150432412252102
Binary101100111100110110000101110101000111010010100101010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3CD85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3CD85; }

 p { color: rgb(179,205,133); }

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

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

 a { background-color: rgb(179,205,133); }

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

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

 span { border-color: rgb(179,205,133); }

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