#BACA83

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

Shades of Caper #BACA83

Tints of Caper #BACA83

Color information

#BACA83 (or 0xBACA83) is unknown color: approx Caper. HEX triplet: BA, CA and 83. RGB value is (186,202,131). Sum of RGB (Red+Green+Blue) = 186+202+131=519 (68% of max value = 765). Red value is 186 (73.05% from 255 or 35.84% from 519); Green value is 202 (79.30% from 255 or 38.92% from 519); Blue value is 131 (51.56% from 255 or 25.24% from 519); Max value from RGB is 202 - color contains mainly: green. Hex color #BACA83 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BACA83 is #45357C. Grayscale: #BDBDBD. Windows color (decimal): -4535677 or 8637114. OLE color: 8637114.

HSL color Cylindrical-coordinate representation of color #BACA83: hue angle of 73.52º degrees, saturation: 0.4, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BACA83 is Cyan = 0.08, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.21.

Color convert

RGB186202131-
CMYK0.0800.350.21
HSL73.52º40.11%65.29%-
HSV(B)73.52º35.15%79.22%-
XYZ45.4754.3229.56-
YUV189.1295.2125.77-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.84%
GREEN value IS 202 (79.30% from 255) = 38.92%
BLUE value IS 131 (51.56% from 255) = 25.24%
R=35.84%
G=38.92%
B=25.24%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1862021310.0800.350.2173.5240.1165.29
HexBACA838023154a2841
Octal272312203100432511250101
Binary101110101100101010000011100001000111010110010101010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BACA83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BACA83; }

 p { color: rgb(186,202,131); }

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

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

 a { background-color: rgb(186,202,131); }

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

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

 span { border-color: rgb(186,202,131); }

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