#B3BC83

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

Shades of Caper #B3BC83

Tints of Caper #B3BC83

Color information

#B3BC83 (or 0xB3BC83) is unknown color: approx Caper. HEX triplet: B3, BC and 83. RGB value is (179,188,131). Sum of RGB (Red+Green+Blue) = 179+188+131=498 (65% of max value = 765). Red value is 179 (70.31% from 255 or 35.94% from 498); Green value is 188 (73.83% from 255 or 37.75% from 498); Blue value is 131 (51.56% from 255 or 26.31% from 498); Max value from RGB is 188 - color contains mainly: green. Hex color #B3BC83 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B3BC83 is #4C437C. Grayscale: #B3B3B3. Windows color (decimal): -4998013 or 8633523. OLE color: 8633523.

HSL color Cylindrical-coordinate representation of color #B3BC83: hue angle of 69.47º degrees, saturation: 0.3, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B3BC83 is Cyan = 0.05, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.26.

Color convert

RGB179188131-
CMYK0.0500.300.26
HSL69.47º29.84%62.55%-
HSV(B)69.47º30.32%73.73%-
XYZ40.6747.1928.44-
YUV178.81101.02128.13-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 35.94%
GREEN value IS 188 (73.83% from 255) = 37.75%
BLUE value IS 131 (51.56% from 255) = 26.31%
R=35.94%
G=37.75%
B=26.31%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1791881310.0500.300.2669.4729.8462.55
HexB3BC83501E1A451e3f
Octal2632742035036321053677
Binary10110011101111001000001110101111011010100010111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3BC83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3BC83; }

 p { color: rgb(179,188,131); }

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

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

 a { background-color: rgb(179,188,131); }

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

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

 span { border-color: rgb(179,188,131); }

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