#B3D085

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

Shades of Caper #B3D085

Tints of Caper #B3D085

Color information

#B3D085 (or 0xB3D085) is unknown color: approx Caper. HEX triplet: B3, D0 and 85. RGB value is (179,208,133). Sum of RGB (Red+Green+Blue) = 179+208+133=520 (68% of max value = 765). Red value is 179 (70.31% from 255 or 34.42% from 520); Green value is 208 (81.64% from 255 or 40% from 520); Blue value is 133 (52.34% from 255 or 25.58% from 520); Max value from RGB is 208 - color contains mainly: green. Hex color #B3D085 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B3D085 is #4C2F7A. Grayscale: #BFBFBF. Windows color (decimal): -4992891 or 8769715. OLE color: 8769715.

HSL color Cylindrical-coordinate representation of color #B3D085: hue angle of 83.2º degrees, saturation: 0.44, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B3D085 is Cyan = 0.14, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.18.

Color convert

RGB179208133-
CMYK0.1400.360.18
HSL83.2º44.38%66.86%-
HSV(B)83.2º36.06%81.57%-
XYZ45.3856.3930.68-
YUV190.7895.39119.6-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 34.42%
GREEN value IS 208 (81.64% from 255) = 40%
BLUE value IS 133 (52.34% from 255) = 25.58%
R=34.42%
G=40%
B=25.58%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1792081330.1400.360.1883.244.3866.86
HexB3D085E02412532c43
Octal263320205160442212354103
Binary101100111101000010000101111001001001001010100111011001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3D085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3D085; }

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

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

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

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

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

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

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

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