#b3c685

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

Shades of Caper #B3C685

Tints of Caper #B3C685

Color information

#B3C685 (or 0xB3C685) is unknown color: approx Caper. HEX triplet: B3, C6 and 85. RGB value is (179,198,133). Sum of RGB (Red+Green+Blue) = 179+198+133=510 (67% of max value = 765). Red value is 179 (70.31% from 255 or 35.10% from 510); Green value is 198 (77.73% from 255 or 38.82% from 510); Blue value is 133 (52.34% from 255 or 26.08% from 510); Max value from RGB is 198 - color contains mainly: green. Hex color #B3C685 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B3C685 is #4C397A. Grayscale: #B9B9B9. Windows color (decimal): -4995451 or 8767155. OLE color: 8767155.

HSL color Cylindrical-coordinate representation of color #B3C685: hue angle of 77.54º degrees, saturation: 0.36, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B3C685 is Cyan = 0.10, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.22.

Color convert

RGB179198133-
CMYK0.1000.330.22
HSL77.54º36.31%64.9%-
HSV(B)77.54º32.83%77.65%-
XYZ43.0251.6729.9-
YUV184.9198.71123.79-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 35.10%
GREEN value IS 198 (77.73% from 255) = 38.82%
BLUE value IS 133 (52.34% from 255) = 26.08%
R=35.10%
G=38.82%
B=26.08%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1791981330.1000.330.2277.5436.3164.9
HexB3C685A021164e2441
Octal263306205120412611644101
Binary101100111100011010000101101001000011011010011101001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b3c685

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b3c685; }

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

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

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

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

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

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

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

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